Html Css Color HEX #ADD01F Bahia

📋 copy color: '#ADD01F'

red 173 ◦ green 208 ◦ blue 31

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

Shades of Bahia #ADD01F

Tints of Bahia #ADD01F

RGB

 RED value IS 173 (67.97% from 255) = 41.99%

 GREEN value IS 208 (81.64% from 255) = 50.49%

 BLUE value IS 31 (12.5% from 255) = 7.52%

R = 41.99%
G = 50.49%
B = 7.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#ADD01F (or 0xADD01F) is known color: Bahia. HEX triplet: AD, D0 and 1F. RGB value is (173,208,31). Sum of RGB (Red+Green+Blue) = 173+208+31=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD01F is #522FE0. Grayscale: #B2B2B2. Windows color (decimal): -5386209 or 2085037. OLE color: 2085037.

HSL color Cylindrical-coordinate representation of color #ADD01F: hue angle of 71.86º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADD01F is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 31 -
CMYK 0.17 0 0.85 0.18
HSL 71.86º 0.74% 0.47% -
HSV(B) 71.86º 0.85% 0.82% -
XYZ 40.04 54.09 9.63 -
YUV 177.36 45.4 124.89 -
System Red Green Blue C M Y K H S L
Decimal 173 208 31 0.17 0 0.85 0.18 71.86 0.74 0.47
Hex AD D0 1F 11 0 55 12 48 4A 2F
Octal 255 320 37 21 0 125 22 110 112 57
Binary 10101101 11010000 11111 10001 0 1010101 10010 1001000 1001010 101111

Color Harmonies of #ADD01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD01F

Black with #ADD01F

Text Example


Text Example

White with #ADD01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD01F; }

 p { color: rgb(173,208,31); }

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

background-color css

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

 a { background-color: rgb(173,208,31); }

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

border-color css

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

 span { border-color: rgb(173,208,31); }

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