Html Css Color HEX #AAF462 Conifer

📋 copy color: '#AAF462'

red 170 ◦ green 244 ◦ blue 98

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

Shades of Conifer #AAF462

Tints of Conifer #AAF462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.14%

R = 33.2%
G = 47.66%
B = 19.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#AAF462 (or 0xAAF462) is known color: Conifer. HEX triplet: AA, F4 and 62. RGB value is (170,244,98). Sum of RGB (Red+Green+Blue) = 170+244+98=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF462 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF462 is #550B9D. Grayscale: #CDCDCD. Windows color (decimal): -5573534 or 6485162. OLE color: 6485162.

HSL color Cylindrical-coordinate representation of color #AAF462: hue angle of 90.41º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF462 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 98 -
CMYK 0.30 0 0.60 0.04
HSL 90.41º 0.87% 0.67% -
HSV(B) 90.41º 0.6% 0.96% -
XYZ 51.13 74.13 23.17 -
YUV 205.23 67.48 102.87 -
System Red Green Blue C M Y K H S L
Decimal 170 244 98 0.30 0 0.60 0.04 90.41 0.87 0.67
Hex AA F4 62 1E 0 3C 4 5A 57 43
Octal 252 364 142 36 0 74 4 132 127 103
Binary 10101010 11110100 1100010 11110 0 111100 100 1011010 1010111 1000011

Color Harmonies of #AAF462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF462

Black with #AAF462

Text Example


Text Example

White with #AAF462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF462; }

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

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

background-color css

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

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

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

border-color css

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

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

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