Html Css Color HEX #0CAD10 Islamic Green

📋 copy color: '#0CAD10'

red 12 ◦ green 173 ◦ blue 16

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

Shades of Islamic Green #0CAD10

Tints of Islamic Green #0CAD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 5.97%
G = 86.07%
B = 7.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#0CAD10 (or 0x0CAD10) is known color: Islamic Green. HEX triplet: 0C, AD and 10. RGB value is (12,173,16). Sum of RGB (Red+Green+Blue) = 12+173+16=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 173 (67.97% from 255 or 86.07% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAD10 is #F352EF. Grayscale: #6B6B6B. Windows color (decimal): -15946480 or 1092876. OLE color: 1092876.

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

Color convert

RGB 12 173 16 -
CMYK 0.93 0 0.91 0.32
HSL 121.49º 0.87% 0.36% -
HSV(B) 121.49º 0.93% 0.68% -
XYZ 15.19 30 5.48 -
YUV 106.96 76.66 60.27 -
System Red Green Blue C M Y K H S L
Decimal 12 173 16 0.93 0 0.91 0.32 121.49 0.87 0.36
Hex C AD 10 5D 0 5B 20 79 57 24
Octal 14 255 20 135 0 133 40 171 127 44
Binary 1100 10101101 10000 1011101 0 1011011 100000 1111001 1010111 100100

Color Harmonies of #0CAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD10

Black with #0CAD10

Text Example


Text Example

White with #0CAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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