Html Css Color HEX #AAE34D Conifer

📋 copy color: '#AAE34D'

red 170 ◦ green 227 ◦ blue 77

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

Shades of Conifer #AAE34D

Tints of Conifer #AAE34D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.89%

 BLUE value IS 77 (30.47% from 255) = 16.24%

R = 35.86%
G = 47.89%
B = 16.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#AAE34D (or 0xAAE34D) is known color: Conifer. HEX triplet: AA, E3 and 4D. RGB value is (170,227,77). Sum of RGB (Red+Green+Blue) = 170+227+77=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE34D is #551CB2. Grayscale: #C1C1C1. Windows color (decimal): -5577907 or 5104554. OLE color: 5104554.

HSL color Cylindrical-coordinate representation of color #AAE34D: hue angle of 82.8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAE34D is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 77 -
CMYK 0.25 0 0.66 0.11
HSL 82.8º 0.73% 0.6% -
HSV(B) 82.8º 0.66% 0.89% -
XYZ 45.39 64.02 16.99 -
YUV 192.86 62.62 111.7 -
System Red Green Blue C M Y K H S L
Decimal 170 227 77 0.25 0 0.66 0.11 82.8 0.73 0.6
Hex AA E3 4D 19 0 42 B 53 49 3C
Octal 252 343 115 31 0 102 13 123 111 74
Binary 10101010 11100011 1001101 11001 0 1000010 1011 1010011 1001001 111100

Color Harmonies of #AAE34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE34D

Black with #AAE34D

Text Example


Text Example

White with #AAE34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE34D; }

 p { color: rgb(170,227,77); }

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

background-color css

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

 a { background-color: rgb(170,227,77); }

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

border-color css

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

 span { border-color: rgb(170,227,77); }

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