Html Css Color HEX #0CBA04 Islamic Green

📋 copy color: '#0CBA04'

red 12 ◦ green 186 ◦ blue 4

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

Shades of Islamic Green #0CBA04

Tints of Islamic Green #0CBA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 5.94%
G = 92.08%
B = 1.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#0CBA04 (or 0x0CBA04) is known color: Islamic Green. HEX triplet: 0C, BA and 04. RGB value is (12,186,4). Sum of RGB (Red+Green+Blue) = 12+186+4=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 186 (73.05% from 255 or 92.08% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBA04 is #F345FB. Grayscale: #717171. Windows color (decimal): -15943164 or 309772. OLE color: 309772.

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

Color convert

RGB 12 186 4 -
CMYK 0.94 0 0.98 0.27
HSL 117.36º 0.96% 0.37% -
HSV(B) 117.36º 0.98% 0.73% -
XYZ 17.73 35.2 5.98 -
YUV 113.23 66.35 55.8 -
System Red Green Blue C M Y K H S L
Decimal 12 186 4 0.94 0 0.98 0.27 117.36 0.96 0.37
Hex C BA 4 5E 0 62 1B 75 60 25
Octal 14 272 4 136 0 142 33 165 140 45
Binary 1100 10111010 100 1011110 0 1100010 11011 1110101 1100000 100101

Color Harmonies of #0CBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBA04

Black with #0CBA04

Text Example


Text Example

White with #0CBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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