Html Css Color HEX #0CBF01 Islamic Green

📋 copy color: '#0CBF01'

red 12 ◦ green 191 ◦ blue 1

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

Shades of Islamic Green #0CBF01

Tints of Islamic Green #0CBF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 5.88%
G = 93.63%
B = 0.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#0CBF01 (or 0x0CBF01) is known color: Islamic Green. HEX triplet: 0C, BF and 01. RGB value is (12,191,1). Sum of RGB (Red+Green+Blue) = 12+191+1=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 191 (75% from 255 or 93.63% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBF01 is #F340FE. Grayscale: #747474. Windows color (decimal): -15941887 or 114444. OLE color: 114444.

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

Color convert

RGB 12 191 1 -
CMYK 0.94 0 0.99 0.25
HSL 116.53º 0.99% 0.38% -
HSV(B) 116.53º 0.99% 0.75% -
XYZ 18.79 37.34 6.25 -
YUV 115.82 63.2 53.95 -
System Red Green Blue C M Y K H S L
Decimal 12 191 1 0.94 0 0.99 0.25 116.53 0.99 0.38
Hex C BF 1 5E 0 63 19 75 63 26
Octal 14 277 1 136 0 143 31 165 143 46
Binary 1100 10111111 1 1011110 0 1100011 11001 1110101 1100011 100110

Color Harmonies of #0CBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBF01

Black with #0CBF01

Text Example


Text Example

White with #0CBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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