Html Css Color HEX #0BC702 Islamic Green

📋 copy color: '#0BC702'

red 11 ◦ green 199 ◦ blue 2

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

Shades of Islamic Green #0BC702

Tints of Islamic Green #0BC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 93.87%

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 5.19%
G = 93.87%
B = 0.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#0BC702 (or 0x0BC702) is known color: Islamic Green. HEX triplet: 0B, C7 and 02. RGB value is (11,199,2). Sum of RGB (Red+Green+Blue) = 11+199+2=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 199 (78.12% from 255 or 93.87% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC702 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC702 is #F438FD. Grayscale: #787878. Windows color (decimal): -16005374 or 182027. OLE color: 182027.

HSL color Cylindrical-coordinate representation of color #0BC702: hue angle of 117.26º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BC702 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 199 2 -
CMYK 0.94 0 0.99 0.22
HSL 117.26º 0.98% 0.39% -
HSV(B) 117.26º 0.99% 0.78% -
XYZ 20.57 40.92 6.87 -
YUV 120.33 61.22 50.02 -
System Red Green Blue C M Y K H S L
Decimal 11 199 2 0.94 0 0.99 0.22 117.26 0.98 0.39
Hex B C7 2 5E 0 63 16 75 62 27
Octal 13 307 2 136 0 143 26 165 142 47
Binary 1011 11000111 10 1011110 0 1100011 10110 1110101 1100010 100111

Color Harmonies of #0BC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC702

Black with #0BC702

Text Example


Text Example

White with #0BC702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,199,2); }

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

background-color css

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

 a { background-color: rgb(11,199,2); }

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

border-color css

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

 span { border-color: rgb(11,199,2); }

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