Html Css Color HEX #0CBC0F Islamic Green

📋 copy color: '#0CBC0F'

red 12 ◦ green 188 ◦ blue 15

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

Shades of Islamic Green #0CBC0F

Tints of Islamic Green #0CBC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.98%

R = 5.58%
G = 87.44%
B = 6.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#0CBC0F (or 0x0CBC0F) is known color: Islamic Green. HEX triplet: 0C, BC and 0F. RGB value is (12,188,15). Sum of RGB (Red+Green+Blue) = 12+188+15=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 188 (73.83% from 255 or 87.44% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBC0F is #F343F0. Grayscale: #747474. Windows color (decimal): -15942641 or 1031180. OLE color: 1031180.

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

Color convert

RGB 12 188 15 -
CMYK 0.94 0 0.92 0.26
HSL 121.02º 0.88% 0.39% -
HSV(B) 121.02º 0.94% 0.74% -
XYZ 18.22 36.08 6.46 -
YUV 115.65 71.19 54.07 -
System Red Green Blue C M Y K H S L
Decimal 12 188 15 0.94 0 0.92 0.26 121.02 0.88 0.39
Hex C BC F 5E 0 5C 1A 79 58 27
Octal 14 274 17 136 0 134 32 171 130 47
Binary 1100 10111100 1111 1011110 0 1011100 11010 1111001 1011000 100111

Color Harmonies of #0CBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC0F

Black with #0CBC0F

Text Example


Text Example

White with #0CBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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