Html Css Color HEX #AADF50 Conifer

📋 copy color: '#AADF50'

red 170 ◦ green 223 ◦ blue 80

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

Shades of Conifer #AADF50

Tints of Conifer #AADF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 35.94%
G = 47.15%
B = 16.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#AADF50 (or 0xAADF50) is known color: Conifer. HEX triplet: AA, DF and 50. RGB value is (170,223,80). Sum of RGB (Red+Green+Blue) = 170+223+80=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF50 is #5520AF. Grayscale: #BFBFBF. Windows color (decimal): -5578928 or 5300138. OLE color: 5300138.

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

Color convert

RGB 170 223 80 -
CMYK 0.24 0 0.64 0.13
HSL 82.24º 0.69% 0.59% -
HSV(B) 82.24º 0.64% 0.87% -
XYZ 44.41 61.9 17.2 -
YUV 190.85 65.44 113.13 -
System Red Green Blue C M Y K H S L
Decimal 170 223 80 0.24 0 0.64 0.13 82.24 0.69 0.59
Hex AA DF 50 18 0 40 D 52 45 3B
Octal 252 337 120 30 0 100 15 122 105 73
Binary 10101010 11011111 1010000 11000 0 1000000 1101 1010010 1000101 111011

Color Harmonies of #AADF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF50

Black with #AADF50

Text Example


Text Example

White with #AADF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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