Html Css Color HEX #AAE34C Conifer

📋 copy color: '#AAE34C'

red 170 ◦ green 227 ◦ blue 76

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

Shades of Conifer #AAE34C

Tints of Conifer #AAE34C

RGB

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

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

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

R = 35.94%
G = 47.99%
B = 16.07%

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

#AAE34C (or 0xAAE34C) is known color: Conifer. HEX triplet: AA, E3 and 4C. RGB value is (170,227,76). Sum of RGB (Red+Green+Blue) = 170+227+76=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE34C is #551CB3. Grayscale: #C1C1C1. Windows color (decimal): -5577908 or 5039018. OLE color: 5039018.

HSL color Cylindrical-coordinate representation of color #AAE34C: hue angle of 82.65º 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 #AAE34C is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 76 -
CMYK 0.25 0 0.67 0.11
HSL 82.65º 0.73% 0.59% -
HSV(B) 82.65º 0.67% 0.89% -
XYZ 45.35 64.01 16.8 -
YUV 192.74 62.12 111.78 -
System Red Green Blue C M Y K H S L
Decimal 170 227 76 0.25 0 0.67 0.11 82.65 0.73 0.59
Hex AA E3 4C 19 0 43 B 53 49 3B
Octal 252 343 114 31 0 103 13 123 111 73
Binary 10101010 11100011 1001100 11001 0 1000011 1011 1010011 1001001 111011

Color Harmonies of #AAE34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE34C

Black with #AAE34C

Text Example


Text Example

White with #AAE34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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