Html Css Color HEX #0CA706 Islamic Green

📋 copy color: '#0CA706'

red 12 ◦ green 167 ◦ blue 6

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

Shades of Islamic Green #0CA706

Tints of Islamic Green #0CA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 90.27%

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 6.49%
G = 90.27%
B = 3.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#0CA706 (or 0x0CA706) is known color: Islamic Green. HEX triplet: 0C, A7 and 06. RGB value is (12,167,6). Sum of RGB (Red+Green+Blue) = 12+167+6=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 167 (65.62% from 255 or 90.27% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA706 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA706 is #F358F9. Grayscale: #666666. Windows color (decimal): -15948026 or 435980. OLE color: 435980.

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

Color convert

RGB 12 167 6 -
CMYK 0.93 0 0.96 0.35
HSL 117.76º 0.93% 0.34% -
HSV(B) 117.76º 0.96% 0.65% -
XYZ 14 27.73 4.79 -
YUV 102.3 73.65 63.59 -
System Red Green Blue C M Y K H S L
Decimal 12 167 6 0.93 0 0.96 0.35 117.76 0.93 0.34
Hex C A7 6 5D 0 60 23 76 5D 22
Octal 14 247 6 135 0 140 43 166 135 42
Binary 1100 10100111 110 1011101 0 1100000 100011 1110110 1011101 100010

Color Harmonies of #0CA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA706

Black with #0CA706

Text Example


Text Example

White with #0CA706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,167,6); }

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

background-color css

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

 a { background-color: rgb(12,167,6); }

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

border-color css

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

 span { border-color: rgb(12,167,6); }

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