Html Css Color HEX #ADD028 Bahia

📋 copy color: '#ADD028'

red 173 ◦ green 208 ◦ blue 40

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

Shades of Bahia #ADD028

Tints of Bahia #ADD028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 41.09%
G = 49.41%
B = 9.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#ADD028 (or 0xADD028) is known color: Bahia. HEX triplet: AD, D0 and 28. RGB value is (173,208,40). Sum of RGB (Red+Green+Blue) = 173+208+40=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD028 is #522FD7. Grayscale: #B3B3B3. Windows color (decimal): -5386200 or 2674861. OLE color: 2674861.

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

Color convert

RGB 173 208 40 -
CMYK 0.17 0 0.81 0.18
HSL 72.5º 0.68% 0.49% -
HSV(B) 72.5º 0.81% 0.82% -
XYZ 40.17 54.15 10.34 -
YUV 178.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 173 208 40 0.17 0 0.81 0.18 72.5 0.68 0.49
Hex AD D0 28 11 0 51 12 48 44 31
Octal 255 320 50 21 0 121 22 110 104 61
Binary 10101101 11010000 101000 10001 0 1010001 10010 1001000 1000100 110001

Color Harmonies of #ADD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD028

Black with #ADD028

Text Example


Text Example

White with #ADD028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD028; }

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

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

background-color css

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

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

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

border-color css

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

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

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