Html Css Color HEX #ADD222 Bahia

📋 copy color: '#ADD222'

red 173 ◦ green 210 ◦ blue 34

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

Shades of Bahia #ADD222

Tints of Bahia #ADD222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 41.49%
G = 50.36%
B = 8.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#ADD222 (or 0xADD222) is known color: Bahia. HEX triplet: AD, D2 and 22. RGB value is (173,210,34). Sum of RGB (Red+Green+Blue) = 173+210+34=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD222 is #522DDD. Grayscale: #B3B3B3. Windows color (decimal): -5385694 or 2282157. OLE color: 2282157.

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

Color convert

RGB 173 210 34 -
CMYK 0.18 0 0.84 0.18
HSL 72.61º 0.72% 0.48% -
HSV(B) 72.61º 0.84% 0.82% -
XYZ 40.57 55.09 10.01 -
YUV 178.87 46.24 123.81 -
System Red Green Blue C M Y K H S L
Decimal 173 210 34 0.18 0 0.84 0.18 72.61 0.72 0.48
Hex AD D2 22 12 0 54 12 49 48 30
Octal 255 322 42 22 0 124 22 111 110 60
Binary 10101101 11010010 100010 10010 0 1010100 10010 1001001 1001000 110000

Color Harmonies of #ADD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD222

Black with #ADD222

Text Example


Text Example

White with #ADD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD222; }

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

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

background-color css

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

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

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

border-color css

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

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

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