Html Css Color HEX #ADD227 Bahia

📋 copy color: '#ADD227'

red 173 ◦ green 210 ◦ blue 39

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

Shades of Bahia #ADD227

Tints of Bahia #ADD227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 41%
G = 49.76%
B = 9.24%

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

#ADD227 (or 0xADD227) is known color: Bahia. HEX triplet: AD, D2 and 27. RGB value is (173,210,39). Sum of RGB (Red+Green+Blue) = 173+210+39=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD227 is #522DD8. Grayscale: #B4B4B4. Windows color (decimal): -5385689 or 2609837. OLE color: 2609837.

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

Color convert

RGB 173 210 39 -
CMYK 0.18 0 0.81 0.18
HSL 72.98º 0.69% 0.49% -
HSV(B) 72.98º 0.81% 0.82% -
XYZ 40.65 55.12 10.42 -
YUV 179.44 48.74 123.4 -
System Red Green Blue C M Y K H S L
Decimal 173 210 39 0.18 0 0.81 0.18 72.98 0.69 0.49
Hex AD D2 27 12 0 51 12 49 45 31
Octal 255 322 47 22 0 121 22 111 105 61
Binary 10101101 11010010 100111 10010 0 1010001 10010 1001001 1000101 110001

Color Harmonies of #ADD227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD227

Black with #ADD227

Text Example


Text Example

White with #ADD227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD227; }

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

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

background-color css

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

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

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

border-color css

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

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

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