Html Css Color HEX #AADF52 Conifer

📋 copy color: '#AADF52'

red 170 ◦ green 223 ◦ blue 82

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

Shades of Conifer #AADF52

Tints of Conifer #AADF52

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 35.79%
G = 46.95%
B = 17.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#AADF52 (or 0xAADF52) is known color: Conifer. HEX triplet: AA, DF and 52. RGB value is (170,223,82). Sum of RGB (Red+Green+Blue) = 170+223+82=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF52 is #5520AD. Grayscale: #BFBFBF. Windows color (decimal): -5578926 or 5431210. OLE color: 5431210.

HSL color Cylindrical-coordinate representation of color #AADF52: hue angle of 82.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AADF52 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 82 -
CMYK 0.24 0 0.63 0.13
HSL 82.55º 0.69% 0.6% -
HSV(B) 82.55º 0.63% 0.87% -
XYZ 44.49 61.93 17.59 -
YUV 191.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 170 223 82 0.24 0 0.63 0.13 82.55 0.69 0.6
Hex AA DF 52 18 0 3F D 53 45 3C
Octal 252 337 122 30 0 77 15 123 105 74
Binary 10101010 11011111 1010010 11000 0 111111 1101 1010011 1000101 111100

Color Harmonies of #AADF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF52

Black with #AADF52

Text Example


Text Example

White with #AADF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF52; }

 p { color: rgb(170,223,82); }

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

background-color css

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

 a { background-color: rgb(170,223,82); }

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

border-color css

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

 span { border-color: rgb(170,223,82); }

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