Html Css Color HEX #AAF452 Conifer

📋 copy color: '#AAF452'

red 170 ◦ green 244 ◦ blue 82

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

Shades of Conifer #AAF452

Tints of Conifer #AAF452

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.19%

 BLUE value IS 82 (32.42% from 255) = 16.53%

R = 34.27%
G = 49.19%
B = 16.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#AAF452 (or 0xAAF452) is known color: Conifer. HEX triplet: AA, F4 and 52. RGB value is (170,244,82). Sum of RGB (Red+Green+Blue) = 170+244+82=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF452 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF452 is #550BAD. Grayscale: #CBCBCB. Windows color (decimal): -5573550 or 5436586. OLE color: 5436586.

HSL color Cylindrical-coordinate representation of color #AAF452: hue angle of 87.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAF452 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 82 -
CMYK 0.30 0 0.66 0.04
HSL 87.41º 0.88% 0.64% -
HSV(B) 87.41º 0.66% 0.96% -
XYZ 50.45 73.86 19.58 -
YUV 203.41 59.48 104.17 -
System Red Green Blue C M Y K H S L
Decimal 170 244 82 0.30 0 0.66 0.04 87.41 0.88 0.64
Hex AA F4 52 1E 0 42 4 57 58 40
Octal 252 364 122 36 0 102 4 127 130 100
Binary 10101010 11110100 1010010 11110 0 1000010 100 1010111 1011000 1000000

Color Harmonies of #AAF452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF452

Black with #AAF452

Text Example


Text Example

White with #AAF452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF452; }

 p { color: rgb(170,244,82); }

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

background-color css

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

 a { background-color: rgb(170,244,82); }

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

border-color css

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

 span { border-color: rgb(170,244,82); }

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