Html Css Color HEX #ADD027 Bahia

📋 copy color: '#ADD027'

red 173 ◦ green 208 ◦ blue 39

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

Shades of Bahia #ADD027

Tints of Bahia #ADD027

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.52%

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

R = 41.19%
G = 49.52%
B = 9.29%

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

#ADD027 (or 0xADD027) is known color: Bahia. HEX triplet: AD, D0 and 27. RGB value is (173,208,39). Sum of RGB (Red+Green+Blue) = 173+208+39=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD027 is #522FD8. Grayscale: #B2B2B2. Windows color (decimal): -5386201 or 2609325. OLE color: 2609325.

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

Color convert

RGB 173 208 39 -
CMYK 0.17 0 0.81 0.18
HSL 72.43º 0.68% 0.48% -
HSV(B) 72.43º 0.81% 0.82% -
XYZ 40.16 54.14 10.25 -
YUV 178.27 49.4 124.24 -
System Red Green Blue C M Y K H S L
Decimal 173 208 39 0.17 0 0.81 0.18 72.43 0.68 0.48
Hex AD D0 27 11 0 51 12 48 44 30
Octal 255 320 47 21 0 121 22 110 104 60
Binary 10101101 11010000 100111 10001 0 1010001 10010 1001000 1000100 110000

Color Harmonies of #ADD027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD027

Black with #ADD027

Text Example


Text Example

White with #ADD027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD027; }

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

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

background-color css

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

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

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

border-color css

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

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

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