Html Css Color HEX #AAF062 Conifer

📋 copy color: '#AAF062'

red 170 ◦ green 240 ◦ blue 98

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

Shades of Conifer #AAF062

Tints of Conifer #AAF062

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.24%

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

R = 33.46%
G = 47.24%
B = 19.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#AAF062 (or 0xAAF062) is known color: Conifer. HEX triplet: AA, F0 and 62. RGB value is (170,240,98). Sum of RGB (Red+Green+Blue) = 170+240+98=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF062 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF062 is #550F9D. Grayscale: #CBCBCB. Windows color (decimal): -5574558 or 6484138. OLE color: 6484138.

HSL color Cylindrical-coordinate representation of color #AAF062: hue angle of 89.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAF062 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 98 -
CMYK 0.29 0 0.59 0.06
HSL 89.58º 0.83% 0.66% -
HSV(B) 89.58º 0.59% 0.94% -
XYZ 49.94 71.75 22.77 -
YUV 202.88 68.81 104.55 -
System Red Green Blue C M Y K H S L
Decimal 170 240 98 0.29 0 0.59 0.06 89.58 0.83 0.66
Hex AA F0 62 1D 0 3B 6 5A 53 42
Octal 252 360 142 35 0 73 6 132 123 102
Binary 10101010 11110000 1100010 11101 0 111011 110 1011010 1010011 1000010

Color Harmonies of #AAF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF062

Black with #AAF062

Text Example


Text Example

White with #AAF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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