Html Css Color HEX #0BCA00 Islamic Green

📋 copy color: '#0BCA00'

red 11 ◦ green 202 ◦ blue 0

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

Shades of Islamic Green #0BCA00

Tints of Islamic Green #0BCA00

RGB

 RED value IS 11 (4.69% from 255) = 5.16%

 GREEN value IS 202 (79.3% from 255) = 94.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.16%
G = 94.84%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#0BCA00 (or 0x0BCA00) is known color: Islamic Green. HEX triplet: 0B, CA and 00. RGB value is (11,202,0). Sum of RGB (Red+Green+Blue) = 11+202+0=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 202 (79.30% from 255 or 94.84% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCA00 is #F435FF. Grayscale: #7A7A7A. Windows color (decimal): -16004608 or 51723. OLE color: 51723.

HSL color Cylindrical-coordinate representation of color #0BCA00: hue angle of 116.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BCA00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 202 0 -
CMYK 0.95 0 1 0.21
HSL 116.73º 1% 0.4% -
HSV(B) 116.73º 1% 0.79% -
XYZ 21.26 42.31 7.05 -
YUV 121.86 59.22 48.93 -
System Red Green Blue C M Y K H S L
Decimal 11 202 0 0.95 0 1 0.21 116.73 1 0.4
Hex B CA 0 5F 0 64 15 75 64 28
Octal 13 312 0 137 0 144 25 165 144 50
Binary 1011 11001010 0 1011111 0 1100100 10101 1110101 1100100 101000

Color Harmonies of #0BCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCA00

Black with #0BCA00

Text Example


Text Example

White with #0BCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,202,0); }

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

background-color css

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

 a { background-color: rgb(11,202,0); }

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

border-color css

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

 span { border-color: rgb(11,202,0); }

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