Html Css Color HEX #0CBE01 Islamic Green

📋 copy color: '#0CBE01'

red 12 ◦ green 190 ◦ blue 1

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

Shades of Islamic Green #0CBE01

Tints of Islamic Green #0CBE01

RGB

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

 GREEN value IS 190 (74.61% from 255) = 93.6%

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

R = 5.91%
G = 93.6%
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

#0CBE01 (or 0x0CBE01) is known color: Islamic Green. HEX triplet: 0C, BE and 01. RGB value is (12,190,1). Sum of RGB (Red+Green+Blue) = 12+190+1=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 190 (74.61% from 255 or 93.60% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBE01 is #F341FE. Grayscale: #737373. Windows color (decimal): -15942143 or 114188. OLE color: 114188.

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

Color convert

RGB 12 190 1 -
CMYK 0.94 0 0.99 0.25
HSL 116.51º 0.99% 0.37% -
HSV(B) 116.51º 0.99% 0.75% -
XYZ 18.57 36.91 6.17 -
YUV 115.23 63.53 54.37 -
System Red Green Blue C M Y K H S L
Decimal 12 190 1 0.94 0 0.99 0.25 116.51 0.99 0.37
Hex C BE 1 5E 0 63 19 75 63 25
Octal 14 276 1 136 0 143 31 165 143 45
Binary 1100 10111110 1 1011110 0 1100011 11001 1110101 1100011 100101

Color Harmonies of #0CBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBE01

Black with #0CBE01

Text Example


Text Example

White with #0CBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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