Html Css Color HEX #AADF5B Conifer

📋 copy color: '#AADF5B'

red 170 ◦ green 223 ◦ blue 91

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

Shades of Conifer #AADF5B

Tints of Conifer #AADF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.8%

R = 35.12%
G = 46.07%
B = 18.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#AADF5B (or 0xAADF5B) is known color: Conifer. HEX triplet: AA, DF and 5B. RGB value is (170,223,91). Sum of RGB (Red+Green+Blue) = 170+223+91=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF5B is #5520A4. Grayscale: #C0C0C0. Windows color (decimal): -5578917 or 6021034. OLE color: 6021034.

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

Color convert

RGB 170 223 91 -
CMYK 0.24 0 0.59 0.13
HSL 84.09º 0.67% 0.62% -
HSV(B) 84.09º 0.59% 0.87% -
XYZ 44.85 62.08 19.52 -
YUV 192.11 70.94 112.23 -
System Red Green Blue C M Y K H S L
Decimal 170 223 91 0.24 0 0.59 0.13 84.09 0.67 0.62
Hex AA DF 5B 18 0 3B D 54 43 3E
Octal 252 337 133 30 0 73 15 124 103 76
Binary 10101010 11011111 1011011 11000 0 111011 1101 1010100 1000011 111110

Color Harmonies of #AADF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF5B

Black with #AADF5B

Text Example


Text Example

White with #AADF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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