Html Css Color HEX #0CBA08 Islamic Green

📋 copy color: '#0CBA08'

red 12 ◦ green 186 ◦ blue 8

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

Shades of Islamic Green #0CBA08

Tints of Islamic Green #0CBA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 5.83%
G = 90.29%
B = 3.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#0CBA08 (or 0x0CBA08) is known color: Islamic Green. HEX triplet: 0C, BA and 08. RGB value is (12,186,8). Sum of RGB (Red+Green+Blue) = 12+186+8=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 186 (73.05% from 255 or 90.29% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBA08 is #F345F7. Grayscale: #727272. Windows color (decimal): -15943160 or 571916. OLE color: 571916.

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

Color convert

RGB 12 186 8 -
CMYK 0.94 0 0.96 0.27
HSL 118.65º 0.92% 0.38% -
HSV(B) 118.65º 0.96% 0.73% -
XYZ 17.75 35.21 6.09 -
YUV 113.68 68.35 55.47 -
System Red Green Blue C M Y K H S L
Decimal 12 186 8 0.94 0 0.96 0.27 118.65 0.92 0.38
Hex C BA 8 5E 0 60 1B 77 5C 26
Octal 14 272 10 136 0 140 33 167 134 46
Binary 1100 10111010 1000 1011110 0 1100000 11011 1110111 1011100 100110

Color Harmonies of #0CBA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBA08

Black with #0CBA08

Text Example


Text Example

White with #0CBA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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