Html Css Color HEX #AADF45 Conifer

📋 copy color: '#AADF45'

red 170 ◦ green 223 ◦ blue 69

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

Shades of Conifer #AADF45

Tints of Conifer #AADF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.94%

R = 36.8%
G = 48.27%
B = 14.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#AADF45 (or 0xAADF45) is known color: Conifer. HEX triplet: AA, DF and 45. RGB value is (170,223,69). Sum of RGB (Red+Green+Blue) = 170+223+69=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF45 is #5520BA. Grayscale: #BEBEBE. Windows color (decimal): -5578939 or 4579242. OLE color: 4579242.

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

Color convert

RGB 170 223 69 -
CMYK 0.24 0 0.69 0.13
HSL 80.65º 0.71% 0.57% -
HSV(B) 80.65º 0.69% 0.87% -
XYZ 44.04 61.75 15.23 -
YUV 189.6 59.94 114.02 -
System Red Green Blue C M Y K H S L
Decimal 170 223 69 0.24 0 0.69 0.13 80.65 0.71 0.57
Hex AA DF 45 18 0 45 D 51 47 39
Octal 252 337 105 30 0 105 15 121 107 71
Binary 10101010 11011111 1000101 11000 0 1000101 1101 1010001 1000111 111001

Color Harmonies of #AADF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF45

Black with #AADF45

Text Example


Text Example

White with #AADF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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