Html Css Color HEX #ADD228 Bahia

📋 copy color: '#ADD228'

red 173 ◦ green 210 ◦ blue 40

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

Shades of Bahia #ADD228

Tints of Bahia #ADD228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.65%

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

R = 40.9%
G = 49.65%
B = 9.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#ADD228 (or 0xADD228) is known color: Bahia. HEX triplet: AD, D2 and 28. RGB value is (173,210,40). Sum of RGB (Red+Green+Blue) = 173+210+40=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD228 is #522DD7. Grayscale: #B4B4B4. Windows color (decimal): -5385688 or 2675373. OLE color: 2675373.

HSL color Cylindrical-coordinate representation of color #ADD228: hue angle of 73.06º 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 #ADD228 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 40 -
CMYK 0.18 0 0.81 0.18
HSL 73.06º 0.68% 0.49% -
HSV(B) 73.06º 0.81% 0.82% -
XYZ 40.66 55.13 10.51 -
YUV 179.56 49.24 123.32 -
System Red Green Blue C M Y K H S L
Decimal 173 210 40 0.18 0 0.81 0.18 73.06 0.68 0.49
Hex AD D2 28 12 0 51 12 49 44 31
Octal 255 322 50 22 0 121 22 111 104 61
Binary 10101101 11010010 101000 10010 0 1010001 10010 1001001 1000100 110001

Color Harmonies of #ADD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD228

Black with #ADD228

Text Example


Text Example

White with #ADD228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD228; }

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

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

background-color css

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

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

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

border-color css

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

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

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