Html Css Color HEX #0BC008 Islamic Green

📋 copy color: '#0BC008'

red 11 ◦ green 192 ◦ blue 8

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

Shades of Islamic Green #0BC008

Tints of Islamic Green #0BC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 91%

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 5.21%
G = 91%
B = 3.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#0BC008 (or 0x0BC008) is known color: Islamic Green. HEX triplet: 0B, C0 and 08. RGB value is (11,192,8). Sum of RGB (Red+Green+Blue) = 11+192+8=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 192 (75.39% from 255 or 91.00% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC008 is #F43FF7. Grayscale: #757575. Windows color (decimal): -16007160 or 573451. OLE color: 573451.

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

Color convert

RGB 11 192 8 -
CMYK 0.94 0 0.96 0.25
HSL 119.02º 0.92% 0.39% -
HSV(B) 119.02º 0.96% 0.75% -
XYZ 19.03 37.79 6.52 -
YUV 116.91 66.53 52.46 -
System Red Green Blue C M Y K H S L
Decimal 11 192 8 0.94 0 0.96 0.25 119.02 0.92 0.39
Hex B C0 8 5E 0 60 19 77 5C 27
Octal 13 300 10 136 0 140 31 167 134 47
Binary 1011 11000000 1000 1011110 0 1100000 11001 1110111 1011100 100111

Color Harmonies of #0BC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC008

Black with #0BC008

Text Example


Text Example

White with #0BC008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,192,8); }

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

background-color css

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

 a { background-color: rgb(11,192,8); }

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

border-color css

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

 span { border-color: rgb(11,192,8); }

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