Html Css Color HEX #0CC302 Islamic Green

📋 copy color: '#0CC302'

red 12 ◦ green 195 ◦ blue 2

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

Shades of Islamic Green #0CC302

Tints of Islamic Green #0CC302

RGB

 RED value IS 12 (5.08% from 255) = 5.74%

 GREEN value IS 195 (76.56% from 255) = 93.3%

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 5.74%
G = 93.3%
B = 0.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#0CC302 (or 0x0CC302) is known color: Islamic Green. HEX triplet: 0C, C3 and 02. RGB value is (12,195,2). Sum of RGB (Red+Green+Blue) = 12+195+2=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 195 (76.56% from 255 or 93.30% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC302 is #F33CFD. Grayscale: #767676. Windows color (decimal): -15940862 or 181004. OLE color: 181004.

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

Color convert

RGB 12 195 2 -
CMYK 0.94 0 0.99 0.24
HSL 116.89º 0.98% 0.39% -
HSV(B) 116.89º 0.99% 0.76% -
XYZ 19.68 39.11 6.57 -
YUV 118.28 62.37 52.19 -
System Red Green Blue C M Y K H S L
Decimal 12 195 2 0.94 0 0.99 0.24 116.89 0.98 0.39
Hex C C3 2 5E 0 63 18 75 62 27
Octal 14 303 2 136 0 143 30 165 142 47
Binary 1100 11000011 10 1011110 0 1100011 11000 1110101 1100010 100111

Color Harmonies of #0CC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC302

Black with #0CC302

Text Example


Text Example

White with #0CC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CC302; }

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

 H1.HeaderClassName
 {
   color: #0CC302;
 }
 .AnyTagClassName
 {
   color: #0CC302;
 }
</style>

background-color css

<style>
 a { background-color: #0CC302; }

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

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

border-color css

<style>
 span { border-color: #0CC302; }

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

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