Html Css Color HEX #AADB54 Conifer

📋 copy color: '#AADB54'

red 170 ◦ green 219 ◦ blue 84

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

Shades of Conifer #AADB54

Tints of Conifer #AADB54

RGB

 RED value IS 170 (66.8% from 255) = 35.94%

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 84 (33.2% from 255) = 17.76%

R = 35.94%
G = 46.3%
B = 17.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#AADB54 (or 0xAADB54) is known color: Conifer. HEX triplet: AA, DB and 54. RGB value is (170,219,84). Sum of RGB (Red+Green+Blue) = 170+219+84=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB54 is #5524AB. Grayscale: #BDBDBD. Windows color (decimal): -5579948 or 5561258. OLE color: 5561258.

HSL color Cylindrical-coordinate representation of color #AADB54: hue angle of 81.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AADB54 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 84 -
CMYK 0.22 0 0.62 0.14
HSL 81.78º 0.65% 0.59% -
HSV(B) 81.78º 0.62% 0.86% -
XYZ 43.51 59.85 17.65 -
YUV 188.96 68.77 114.48 -
System Red Green Blue C M Y K H S L
Decimal 170 219 84 0.22 0 0.62 0.14 81.78 0.65 0.59
Hex AA DB 54 16 0 3E E 52 41 3B
Octal 252 333 124 26 0 76 16 122 101 73
Binary 10101010 11011011 1010100 10110 0 111110 1110 1010010 1000001 111011

Color Harmonies of #AADB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB54

Black with #AADB54

Text Example


Text Example

White with #AADB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB54; }

 p { color: rgb(170,219,84); }

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

background-color css

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

 a { background-color: rgb(170,219,84); }

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

border-color css

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

 span { border-color: rgb(170,219,84); }

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