Html Css Color HEX #ADD01E Bahia

📋 copy color: '#ADD01E'

red 173 ◦ green 208 ◦ blue 30

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

Shades of Bahia #ADD01E

Tints of Bahia #ADD01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.3%

R = 42.09%
G = 50.61%
B = 7.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#ADD01E (or 0xADD01E) is known color: Bahia. HEX triplet: AD, D0 and 1E. RGB value is (173,208,30). Sum of RGB (Red+Green+Blue) = 173+208+30=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD01E is #522FE1. Grayscale: #B1B1B1. Windows color (decimal): -5386210 or 2019501. OLE color: 2019501.

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

Color convert

RGB 173 208 30 -
CMYK 0.17 0 0.86 0.18
HSL 71.8º 0.75% 0.47% -
HSV(B) 71.8º 0.86% 0.82% -
XYZ 40.02 54.09 9.56 -
YUV 177.24 44.9 124.97 -
System Red Green Blue C M Y K H S L
Decimal 173 208 30 0.17 0 0.86 0.18 71.8 0.75 0.47
Hex AD D0 1E 11 0 56 12 48 4B 2F
Octal 255 320 36 21 0 126 22 110 113 57
Binary 10101101 11010000 11110 10001 0 1010110 10010 1001000 1001011 101111

Color Harmonies of #ADD01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD01E

Black with #ADD01E

Text Example


Text Example

White with #ADD01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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