Html Css Color HEX #ADD226 Bahia

📋 copy color: '#ADD226'

red 173 ◦ green 210 ◦ blue 38

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

Shades of Bahia #ADD226

Tints of Bahia #ADD226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.03%

R = 41.09%
G = 49.88%
B = 9.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#ADD226 (or 0xADD226) is known color: Bahia. HEX triplet: AD, D2 and 26. RGB value is (173,210,38). Sum of RGB (Red+Green+Blue) = 173+210+38=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD226 is #522DD9. Grayscale: #B3B3B3. Windows color (decimal): -5385690 or 2544301. OLE color: 2544301.

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

Color convert

RGB 173 210 38 -
CMYK 0.18 0 0.82 0.18
HSL 72.91º 0.69% 0.49% -
HSV(B) 72.91º 0.82% 0.82% -
XYZ 40.63 55.12 10.33 -
YUV 179.33 48.24 123.49 -
System Red Green Blue C M Y K H S L
Decimal 173 210 38 0.18 0 0.82 0.18 72.91 0.69 0.49
Hex AD D2 26 12 0 52 12 49 45 31
Octal 255 322 46 22 0 122 22 111 105 61
Binary 10101101 11010010 100110 10010 0 1010010 10010 1001001 1000101 110001

Color Harmonies of #ADD226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD226

Black with #ADD226

Text Example


Text Example

White with #ADD226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD226; }

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

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

background-color css

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

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

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

border-color css

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

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

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