#1CC238

Color #1CC238 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1CC238

Tints of Dark Pastel Green #1CC238

Color information

#1CC238 (or 0x1CC238) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, C2 and 38. RGB value is (28,194,56). Sum of RGB (Red+Green+Blue) = 28+194+56=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC238 is #E33DC7. Grayscale: #818181. Windows color (decimal): -14892488 or 3719708. OLE color: 3719708.

HSL color Cylindrical-coordinate representation of color #1CC238: hue angle of 130.12º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC238 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB2819456-
CMYK0.8600.710.24
HSL130.12º74.77%43.53%-
HSV(B)130.12º85.57%76.08%-
XYZ20.4839.1210.21-
YUV128.638756.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 10.07%
GREEN value IS 194 (76.17% from 255) = 69.78%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=10.07%
G=69.78%
B=20.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28194560.8600.710.24130.1274.7743.53
Hex1CC2385604718824b2c
Octal343027012601073020211354
Binary111001100001011100010101100100011111000100000101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CC238; }

 p { color: rgb(28,194,56); }

 H1.HeaderClassName
 {
   color: #1CC238;
 }
 .AnyTagClassName
 {
   color: #1CC238;
 }
</style>
background-color css

<style>
 a { background-color: #1CC238; }

 a { background-color: rgb(28,194,56); }

 div.DivClassName
 {
   background-color: #1CC238;
 }
 .BgClassName
 {
   background-color: #1CC238;
 }
</style>
border-color css

<style>
 span { border-color: #1CC238; }

 span { border-color: rgb(28,194,56); }

 td.TdClassName
 {
   border-color: #1CC238;
 }
 .TagClassName
 {
   border-color: #1CC238;
 }
</style>