Html Css Color HEX #0CBC04 Islamic Green

📋 copy color: '#0CBC04'

red 12 ◦ green 188 ◦ blue 4

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

Shades of Islamic Green #0CBC04

Tints of Islamic Green #0CBC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 92.16%

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

R = 5.88%
G = 92.16%
B = 1.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#0CBC04 (or 0x0CBC04) is known color: Islamic Green. HEX triplet: 0C, BC and 04. RGB value is (12,188,4). Sum of RGB (Red+Green+Blue) = 12+188+4=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 188 (73.83% from 255 or 92.16% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBC04 is #F343FB. Grayscale: #727272. Windows color (decimal): -15942652 or 310284. OLE color: 310284.

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

Color convert

RGB 12 188 4 -
CMYK 0.94 0 0.98 0.26
HSL 117.39º 0.96% 0.38% -
HSV(B) 117.39º 0.98% 0.74% -
XYZ 18.16 36.05 6.12 -
YUV 114.4 65.69 54.96 -
System Red Green Blue C M Y K H S L
Decimal 12 188 4 0.94 0 0.98 0.26 117.39 0.96 0.38
Hex C BC 4 5E 0 62 1A 75 60 26
Octal 14 274 4 136 0 142 32 165 140 46
Binary 1100 10111100 100 1011110 0 1100010 11010 1110101 1100000 100110

Color Harmonies of #0CBC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC04

Black with #0CBC04

Text Example


Text Example

White with #0CBC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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