Html Css Color HEX #0BC704 Islamic Green

📋 copy color: '#0BC704'

red 11 ◦ green 199 ◦ blue 4

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

Shades of Islamic Green #0BC704

Tints of Islamic Green #0BC704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.87%

R = 5.14%
G = 92.99%
B = 1.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#0BC704 (or 0x0BC704) is known color: Islamic Green. HEX triplet: 0B, C7 and 04. RGB value is (11,199,4). Sum of RGB (Red+Green+Blue) = 11+199+4=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 199 (78.12% from 255 or 92.99% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC704 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC704 is #F438FB. Grayscale: #797979. Windows color (decimal): -16005372 or 313099. OLE color: 313099.

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

Color convert

RGB 11 199 4 -
CMYK 0.94 0 0.98 0.22
HSL 117.85º 0.96% 0.4% -
HSV(B) 117.85º 0.98% 0.78% -
XYZ 20.58 40.93 6.93 -
YUV 120.56 62.22 49.86 -
System Red Green Blue C M Y K H S L
Decimal 11 199 4 0.94 0 0.98 0.22 117.85 0.96 0.4
Hex B C7 4 5E 0 62 16 76 60 28
Octal 13 307 4 136 0 142 26 166 140 50
Binary 1011 11000111 100 1011110 0 1100010 10110 1110110 1100000 101000

Color Harmonies of #0BC704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC704

Black with #0BC704

Text Example


Text Example

White with #0BC704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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