Html Css Color HEX #AAE14B Conifer

📋 copy color: '#AAE14B'

red 170 ◦ green 225 ◦ blue 75

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

Shades of Conifer #AAE14B

Tints of Conifer #AAE14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.96%

R = 36.17%
G = 47.87%
B = 15.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#AAE14B (or 0xAAE14B) is known color: Conifer. HEX triplet: AA, E1 and 4B. RGB value is (170,225,75). Sum of RGB (Red+Green+Blue) = 170+225+75=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE14B is #551EB4. Grayscale: #C0C0C0. Windows color (decimal): -5578421 or 4972970. OLE color: 4972970.

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

Color convert

RGB 170 225 75 -
CMYK 0.24 0 0.67 0.12
HSL 82º 0.71% 0.59% -
HSV(B) 82º 0.67% 0.88% -
XYZ 44.77 62.9 16.44 -
YUV 191.46 62.28 112.7 -
System Red Green Blue C M Y K H S L
Decimal 170 225 75 0.24 0 0.67 0.12 82 0.71 0.59
Hex AA E1 4B 18 0 43 C 52 47 3B
Octal 252 341 113 30 0 103 14 122 107 73
Binary 10101010 11100001 1001011 11000 0 1000011 1100 1010010 1000111 111011

Color Harmonies of #AAE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE14B

Black with #AAE14B

Text Example


Text Example

White with #AAE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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