Html Css Color HEX #0CAD00 Islamic Green

📋 copy color: '#0CAD00'

red 12 ◦ green 173 ◦ blue 0

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

Shades of Islamic Green #0CAD00

Tints of Islamic Green #0CAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 93.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.49%
G = 93.51%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#0CAD00 (or 0x0CAD00) is known color: Islamic Green. HEX triplet: 0C, AD and 00. RGB value is (12,173,0). Sum of RGB (Red+Green+Blue) = 12+173+0=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 173 (67.97% from 255 or 93.51% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAD00 is #F352FF. Grayscale: #696969. Windows color (decimal): -15946496 or 44300. OLE color: 44300.

HSL color Cylindrical-coordinate representation of color #0CAD00: hue angle of 115.84º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CAD00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 173 0 -
CMYK 0.93 0 1 0.32
HSL 115.84º 1% 0.34% -
HSV(B) 115.84º 1% 0.68% -
XYZ 15.1 29.97 4.99 -
YUV 105.14 68.66 61.57 -
System Red Green Blue C M Y K H S L
Decimal 12 173 0 0.93 0 1 0.32 115.84 1 0.34
Hex C AD 0 5D 0 64 20 74 64 22
Octal 14 255 0 135 0 144 40 164 144 42
Binary 1100 10101101 0 1011101 0 1100100 100000 1110100 1100100 100010

Color Harmonies of #0CAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD00

Black with #0CAD00

Text Example


Text Example

White with #0CAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,173,0); }

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

background-color css

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

 a { background-color: rgb(12,173,0); }

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

border-color css

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

 span { border-color: rgb(12,173,0); }

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