Html Css Color HEX #02C10C Islamic Green

📋 copy color: '#02C10C'

red 2 ◦ green 193 ◦ blue 12

#02C10C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #02C10C

Tints of Islamic Green #02C10C

RGB

 RED value IS 2 (1.17% from 255) = 0.97%

 GREEN value IS 193 (75.78% from 255) = 93.24%

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 0.97%
G = 93.24%
B = 5.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#02C10C (or 0x02C10C) is known color: Islamic Green. HEX triplet: 02, C1 and 0C. RGB value is (2,193,12). Sum of RGB (Red+Green+Blue) = 2+193+12=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 193 (75.78% from 255 or 93.24% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 193 - color contains mainly: green. Hex color #02C10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C10C is #FD3EF3. Grayscale: #737373. Windows color (decimal): -16596724 or 835842. OLE color: 835842.

HSL color Cylindrical-coordinate representation of color #02C10C: hue angle of 123.14º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C10C is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 193 12 -
CMYK 0.99 0 0.94 0.24
HSL 123.14º 0.98% 0.38% -
HSV(B) 123.14º 0.99% 0.76% -
XYZ 19.16 38.18 6.71 -
YUV 115.26 69.72 47.22 -
System Red Green Blue C M Y K H S L
Decimal 2 193 12 0.99 0 0.94 0.24 123.14 0.98 0.38
Hex 2 C1 C 63 0 5E 18 7B 62 26
Octal 2 301 14 143 0 136 30 173 142 46
Binary 10 11000001 1100 1100011 0 1011110 11000 1111011 1100010 100110

Color Harmonies of #02C10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C10C

Black with #02C10C

Text Example


Text Example

White with #02C10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02C10C; }

 p { color: rgb(2,193,12); }

 H1.HeaderClassName
 {
   color: #02C10C;
 }
 .AnyTagClassName
 {
   color: #02C10C;
 }
</style>

background-color css

<style>
 a { background-color: #02C10C; }

 a { background-color: rgb(2,193,12); }

 div.DivClassName
 {
   background-color: #02C10C;
 }
 .BgClassName
 {
   background-color: #02C10C;
 }
</style>

border-color css

<style>
 span { border-color: #02C10C; }

 span { border-color: rgb(2,193,12); }

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