Html Css Color HEX #AAE14C Conifer

📋 copy color: '#AAE14C'

red 170 ◦ green 225 ◦ blue 76

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

Shades of Conifer #AAE14C

Tints of Conifer #AAE14C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.77%

 BLUE value IS 76 (30.08% from 255) = 16.14%

R = 36.09%
G = 47.77%
B = 16.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#AAE14C (or 0xAAE14C) is known color: Conifer. HEX triplet: AA, E1 and 4C. RGB value is (170,225,76). Sum of RGB (Red+Green+Blue) = 170+225+76=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE14C is #551EB3. Grayscale: #C0C0C0. Windows color (decimal): -5578420 or 5038506. OLE color: 5038506.

HSL color Cylindrical-coordinate representation of color #AAE14C: hue angle of 82.15º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAE14C is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 76 -
CMYK 0.24 0 0.66 0.12
HSL 82.15º 0.71% 0.59% -
HSV(B) 82.15º 0.66% 0.88% -
XYZ 44.81 62.92 16.62 -
YUV 191.57 62.78 112.62 -
System Red Green Blue C M Y K H S L
Decimal 170 225 76 0.24 0 0.66 0.12 82.15 0.71 0.59
Hex AA E1 4C 18 0 42 C 52 47 3B
Octal 252 341 114 30 0 102 14 122 107 73
Binary 10101010 11100001 1001100 11000 0 1000010 1100 1010010 1000111 111011

Color Harmonies of #AAE14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE14C

Black with #AAE14C

Text Example


Text Example

White with #AAE14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE14C; }

 p { color: rgb(170,225,76); }

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

background-color css

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

 a { background-color: rgb(170,225,76); }

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

border-color css

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

 span { border-color: rgb(170,225,76); }

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