Html Css Color HEX #ADD127 Bahia

📋 copy color: '#ADD127'

red 173 ◦ green 209 ◦ blue 39

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

Shades of Bahia #ADD127

Tints of Bahia #ADD127

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.64%

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

R = 41.09%
G = 49.64%
B = 9.26%

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

#ADD127 (or 0xADD127) is known color: Bahia. HEX triplet: AD, D1 and 27. RGB value is (173,209,39). Sum of RGB (Red+Green+Blue) = 173+209+39=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD127 is #522ED8. Grayscale: #B3B3B3. Windows color (decimal): -5385945 or 2609581. OLE color: 2609581.

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

Color convert

RGB 173 209 39 -
CMYK 0.17 0 0.81 0.18
HSL 72.71º 0.69% 0.49% -
HSV(B) 72.71º 0.81% 0.82% -
XYZ 40.4 54.63 10.34 -
YUV 178.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 173 209 39 0.17 0 0.81 0.18 72.71 0.69 0.49
Hex AD D1 27 11 0 51 12 49 45 31
Octal 255 321 47 21 0 121 22 111 105 61
Binary 10101101 11010001 100111 10001 0 1010001 10010 1001001 1000101 110001

Color Harmonies of #ADD127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD127

Black with #ADD127

Text Example


Text Example

White with #ADD127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD127; }

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

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

background-color css

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

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

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

border-color css

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

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

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