Html Css Color HEX #0CBA07 Islamic Green

📋 copy color: '#0CBA07'

red 12 ◦ green 186 ◦ blue 7

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

Shades of Islamic Green #0CBA07

Tints of Islamic Green #0CBA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 5.85%
G = 90.73%
B = 3.41%

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

#0CBA07 (or 0x0CBA07) is known color: Islamic Green. HEX triplet: 0C, BA and 07. RGB value is (12,186,7). Sum of RGB (Red+Green+Blue) = 12+186+7=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 186 (73.05% from 255 or 90.73% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBA07 is #F345F8. Grayscale: #727272. Windows color (decimal): -15943161 or 506380. OLE color: 506380.

HSL color Cylindrical-coordinate representation of color #0CBA07: hue angle of 118.32º degrees, saturation: 0.93, 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 #0CBA07 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 186 7 -
CMYK 0.94 0 0.96 0.27
HSL 118.32º 0.93% 0.38% -
HSV(B) 118.32º 0.96% 0.73% -
XYZ 17.75 35.21 6.06 -
YUV 113.57 67.85 55.55 -
System Red Green Blue C M Y K H S L
Decimal 12 186 7 0.94 0 0.96 0.27 118.32 0.93 0.38
Hex C BA 7 5E 0 60 1B 76 5D 26
Octal 14 272 7 136 0 140 33 166 135 46
Binary 1100 10111010 111 1011110 0 1100000 11011 1110110 1011101 100110

Color Harmonies of #0CBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBA07

Black with #0CBA07

Text Example


Text Example

White with #0CBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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