Html Css Color HEX #0BC305 Islamic Green

📋 copy color: '#0BC305'

red 11 ◦ green 195 ◦ blue 5

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

Shades of Islamic Green #0BC305

Tints of Islamic Green #0BC305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 92.42%

 BLUE value IS 5 (2.34% from 255) = 2.37%

R = 5.21%
G = 92.42%
B = 2.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#0BC305 (or 0x0BC305) is known color: Islamic Green. HEX triplet: 0B, C3 and 05. RGB value is (11,195,5). Sum of RGB (Red+Green+Blue) = 11+195+5=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 195 (76.56% from 255 or 92.42% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC305 is #F43CFA. Grayscale: #767676. Windows color (decimal): -16006395 or 377611. OLE color: 377611.

HSL color Cylindrical-coordinate representation of color #0BC305: hue angle of 118.11º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BC305 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 195 5 -
CMYK 0.94 0 0.97 0.24
HSL 118.11º 0.95% 0.39% -
HSV(B) 118.11º 0.97% 0.76% -
XYZ 19.68 39.11 6.66 -
YUV 118.32 64.04 51.45 -
System Red Green Blue C M Y K H S L
Decimal 11 195 5 0.94 0 0.97 0.24 118.11 0.95 0.39
Hex B C3 5 5E 0 61 18 76 5F 27
Octal 13 303 5 136 0 141 30 166 137 47
Binary 1011 11000011 101 1011110 0 1100001 11000 1110110 1011111 100111

Color Harmonies of #0BC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC305

Black with #0BC305

Text Example


Text Example

White with #0BC305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,195,5); }

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

background-color css

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

 a { background-color: rgb(11,195,5); }

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

border-color css

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

 span { border-color: rgb(11,195,5); }

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