Html Css Color HEX #00BA09 Islamic Green

📋 copy color: '#00BA09'

red 0 ◦ green 186 ◦ blue 9

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

Shades of Islamic Green #00BA09

Tints of Islamic Green #00BA09

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 186 (73.05% from 255) = 95.38%

 BLUE value IS 9 (3.91% from 255) = 4.62%

R = 0%
G = 95.38%
B = 4.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#00BA09 (or 0x00BA09) is known color: Islamic Green. HEX triplet: 00, BA and 09. RGB value is (0,186,9). Sum of RGB (Red+Green+Blue) = 0+186+9=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 186 (73.05% from 255 or 95.38% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BA09 is #FF45F6. Grayscale: #6E6E6E. Windows color (decimal): -16729591 or 637440. OLE color: 637440.

HSL color Cylindrical-coordinate representation of color #00BA09: hue angle of 122.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA09 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 186 9 -
CMYK 1 0 0.95 0.27
HSL 122.9º 1% 0.36% -
HSV(B) 122.9º 1% 0.73% -
XYZ 17.61 35.14 6.11 -
YUV 110.21 70.88 49.39 -
System Red Green Blue C M Y K H S L
Decimal 0 186 9 1 0 0.95 0.27 122.9 1 0.36
Hex 0 BA 9 64 0 5F 1B 7B 64 24
Octal 0 272 11 144 0 137 33 173 144 44
Binary 0 10111010 1001 1100100 0 1011111 11011 1111011 1100100 100100

Color Harmonies of #00BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BA09

Black with #00BA09

Text Example


Text Example

White with #00BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BA09; }

 p { color: rgb(0,186,9); }

 H1.HeaderClassName
 {
   color: #00BA09;
 }
 .AnyTagClassName
 {
   color: #00BA09;
 }
</style>

background-color css

<style>
 a { background-color: #00BA09; }

 a { background-color: rgb(0,186,9); }

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

border-color css

<style>
 span { border-color: #00BA09; }

 span { border-color: rgb(0,186,9); }

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