Html Css Color HEX #0CBA06 Islamic Green

📋 copy color: '#0CBA06'

red 12 ◦ green 186 ◦ blue 6

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

Shades of Islamic Green #0CBA06

Tints of Islamic Green #0CBA06

RGB

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

 GREEN value IS 186 (73.05% from 255) = 91.18%

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

R = 5.88%
G = 91.18%
B = 2.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#0CBA06 (or 0x0CBA06) is known color: Islamic Green. HEX triplet: 0C, BA and 06. RGB value is (12,186,6). Sum of RGB (Red+Green+Blue) = 12+186+6=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 186 (73.05% from 255 or 91.18% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBA06 is #F345F9. Grayscale: #717171. Windows color (decimal): -15943162 or 440844. OLE color: 440844.

HSL color Cylindrical-coordinate representation of color #0CBA06: hue angle of 118º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CBA06 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 186 6 -
CMYK 0.94 0 0.97 0.27
HSL 118º 0.94% 0.38% -
HSV(B) 118º 0.97% 0.73% -
XYZ 17.74 35.21 6.03 -
YUV 113.45 67.35 55.64 -
System Red Green Blue C M Y K H S L
Decimal 12 186 6 0.94 0 0.97 0.27 118 0.94 0.38
Hex C BA 6 5E 0 61 1B 76 5E 26
Octal 14 272 6 136 0 141 33 166 136 46
Binary 1100 10111010 110 1011110 0 1100001 11011 1110110 1011110 100110

Color Harmonies of #0CBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBA06

Black with #0CBA06

Text Example


Text Example

White with #0CBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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