Html Css Color HEX #0CBF13 Islamic Green

📋 copy color: '#0CBF13'

red 12 ◦ green 191 ◦ blue 19

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

Shades of Islamic Green #0CBF13

Tints of Islamic Green #0CBF13

RGB

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

 GREEN value IS 191 (75% from 255) = 86.04%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 5.41%
G = 86.04%
B = 8.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#0CBF13 (or 0x0CBF13) is known color: Islamic Green. HEX triplet: 0C, BF and 13. RGB value is (12,191,19). Sum of RGB (Red+Green+Blue) = 12+191+19=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 191 (75% from 255 or 86.04% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBF13 is #F340EC. Grayscale: #767676. Windows color (decimal): -15941869 or 1294092. OLE color: 1294092.

HSL color Cylindrical-coordinate representation of color #0CBF13: hue angle of 122.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBF13 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 191 19 -
CMYK 0.94 0 0.90 0.25
HSL 122.35º 0.88% 0.4% -
HSV(B) 122.35º 0.94% 0.75% -
XYZ 18.9 37.39 6.84 -
YUV 117.87 72.2 52.49 -
System Red Green Blue C M Y K H S L
Decimal 12 191 19 0.94 0 0.90 0.25 122.35 0.88 0.4
Hex C BF 13 5E 0 5A 19 7A 58 28
Octal 14 277 23 136 0 132 31 172 130 50
Binary 1100 10111111 10011 1011110 0 1011010 11001 1111010 1011000 101000

Color Harmonies of #0CBF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBF13

Black with #0CBF13

Text Example


Text Example

White with #0CBF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,191,19); }

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

background-color css

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

 a { background-color: rgb(12,191,19); }

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

border-color css

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

 span { border-color: rgb(12,191,19); }

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