Html Css Color HEX #0CC905 Islamic Green

📋 copy color: '#0CC905'

red 12 ◦ green 201 ◦ blue 5

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

Shades of Islamic Green #0CC905

Tints of Islamic Green #0CC905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 92.2%

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 5.5%
G = 92.2%
B = 2.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#0CC905 (or 0x0CC905) is known color: Islamic Green. HEX triplet: 0C, C9 and 05. RGB value is (12,201,5). Sum of RGB (Red+Green+Blue) = 12+201+5=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 201 (78.91% from 255 or 92.20% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC905 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC905 is #F336FA. Grayscale: #7A7A7A. Windows color (decimal): -15939323 or 379148. OLE color: 379148.

HSL color Cylindrical-coordinate representation of color #0CC905: hue angle of 117.86º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CC905 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 201 5 -
CMYK 0.94 0 0.98 0.21
HSL 117.86º 0.95% 0.4% -
HSV(B) 117.86º 0.98% 0.79% -
XYZ 21.07 41.86 7.11 -
YUV 122.15 61.88 49.44 -
System Red Green Blue C M Y K H S L
Decimal 12 201 5 0.94 0 0.98 0.21 117.86 0.95 0.4
Hex C C9 5 5E 0 62 15 76 5F 28
Octal 14 311 5 136 0 142 25 166 137 50
Binary 1100 11001001 101 1011110 0 1100010 10101 1110110 1011111 101000

Color Harmonies of #0CC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC905

Black with #0CC905

Text Example


Text Example

White with #0CC905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,201,5); }

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

background-color css

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

 a { background-color: rgb(12,201,5); }

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

border-color css

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

 span { border-color: rgb(12,201,5); }

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