#99D00F

Color #99D00F Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #99D00F

Tints of Bahia #99D00F

Color information

#99D00F (or 0x99D00F) is unknown color: approx Bahia. HEX triplet: 99, D0 and 0F. RGB value is (153,208,15). Sum of RGB (Red+Green+Blue) = 153+208+15=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #99D00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D00F is #662FF0. Grayscale: #AAAAAA. Windows color (decimal): -6696945 or 1036441. OLE color: 1036441.

HSL color Cylindrical-coordinate representation of color #99D00F: hue angle of 77.1º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99D00F is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB15320815-
CMYK0.2600.930.18
HSL77.1º86.55%43.73%-
HSV(B)77.1º92.79%81.57%-
XYZ35.7851.928.59-
YUV169.5540.78116.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 208 (81.64% from 255) = 55.32%
BLUE value IS 15 (6.25% from 255) = 3.99%
R=40.69%
G=55.32%
B=3.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153208150.2600.930.1877.186.5543.73
Hex99D0F1A05D124d572c
Octal231320173201352211512754
Binary1001100111010000111111010010111011001010011011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D00F; }

 p { color: rgb(153,208,15); }

 H1.HeaderClassName
 {
   color: #99D00F;
 }
 .AnyTagClassName
 {
   color: #99D00F;
 }
</style>
background-color css

<style>
 a { background-color: #99D00F; }

 a { background-color: rgb(153,208,15); }

 div.DivClassName
 {
   background-color: #99D00F;
 }
 .BgClassName
 {
   background-color: #99D00F;
 }
</style>
border-color css

<style>
 span { border-color: #99D00F; }

 span { border-color: rgb(153,208,15); }

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