Html Css Color HEX #0BAE05 Islamic Green

📋 copy color: '#0BAE05'

red 11 ◦ green 174 ◦ blue 5

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

Shades of Islamic Green #0BAE05

Tints of Islamic Green #0BAE05

RGB

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

 GREEN value IS 174 (68.36% from 255) = 91.58%

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

R = 5.79%
G = 91.58%
B = 2.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#0BAE05 (or 0x0BAE05) is known color: Islamic Green. HEX triplet: 0B, AE and 05. RGB value is (11,174,5). Sum of RGB (Red+Green+Blue) = 11+174+5=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 174 (68.36% from 255 or 91.58% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAE05 is #F451FA. Grayscale: #6A6A6A. Windows color (decimal): -16011771 or 372235. OLE color: 372235.

HSL color Cylindrical-coordinate representation of color #0BAE05: hue angle of 117.87º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BAE05 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 174 5 -
CMYK 0.94 0 0.97 0.32
HSL 117.87º 0.94% 0.35% -
HSV(B) 117.87º 0.97% 0.68% -
XYZ 15.3 30.35 5.2 -
YUV 106 71 60.24 -
System Red Green Blue C M Y K H S L
Decimal 11 174 5 0.94 0 0.97 0.32 117.87 0.94 0.35
Hex B AE 5 5E 0 61 20 76 5E 23
Octal 13 256 5 136 0 141 40 166 136 43
Binary 1011 10101110 101 1011110 0 1100001 100000 1110110 1011110 100011

Color Harmonies of #0BAE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAE05

Black with #0BAE05

Text Example


Text Example

White with #0BAE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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