Html Css Color HEX #AAE34A Conifer

📋 copy color: '#AAE34A'

red 170 ◦ green 227 ◦ blue 74

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

Shades of Conifer #AAE34A

Tints of Conifer #AAE34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 36.09%
G = 48.2%
B = 15.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#AAE34A (or 0xAAE34A) is known color: Conifer. HEX triplet: AA, E3 and 4A. RGB value is (170,227,74). Sum of RGB (Red+Green+Blue) = 170+227+74=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE34A is #551CB5. Grayscale: #C1C1C1. Windows color (decimal): -5577910 or 4907946. OLE color: 4907946.

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

Color convert

RGB 170 227 74 -
CMYK 0.25 0 0.67 0.11
HSL 82.35º 0.73% 0.59% -
HSV(B) 82.35º 0.67% 0.89% -
XYZ 45.28 63.98 16.44 -
YUV 192.52 61.12 111.94 -
System Red Green Blue C M Y K H S L
Decimal 170 227 74 0.25 0 0.67 0.11 82.35 0.73 0.59
Hex AA E3 4A 19 0 43 B 52 49 3B
Octal 252 343 112 31 0 103 13 122 111 73
Binary 10101010 11100011 1001010 11001 0 1000011 1011 1010010 1001001 111011

Color Harmonies of #AAE34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE34A

Black with #AAE34A

Text Example


Text Example

White with #AAE34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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