Html Css Color HEX #AAE348 Conifer

📋 copy color: '#AAE348'

red 170 ◦ green 227 ◦ blue 72

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

Shades of Conifer #AAE348

Tints of Conifer #AAE348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.35%

R = 36.25%
G = 48.4%
B = 15.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#AAE348 (or 0xAAE348) is known color: Conifer. HEX triplet: AA, E3 and 48. RGB value is (170,227,72). Sum of RGB (Red+Green+Blue) = 170+227+72=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE348 is #551CB7. Grayscale: #C0C0C0. Windows color (decimal): -5577912 or 4776874. OLE color: 4776874.

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

Color convert

RGB 170 227 72 -
CMYK 0.25 0 0.68 0.11
HSL 82.06º 0.73% 0.59% -
HSV(B) 82.06º 0.68% 0.89% -
XYZ 45.22 63.95 16.09 -
YUV 192.29 60.12 112.1 -
System Red Green Blue C M Y K H S L
Decimal 170 227 72 0.25 0 0.68 0.11 82.06 0.73 0.59
Hex AA E3 48 19 0 44 B 52 49 3B
Octal 252 343 110 31 0 104 13 122 111 73
Binary 10101010 11100011 1001000 11001 0 1000100 1011 1010010 1001001 111011

Color Harmonies of #AAE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE348

Black with #AAE348

Text Example


Text Example

White with #AAE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE348; }

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

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

background-color css

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

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

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

border-color css

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

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

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