Html Css Color HEX #AAF652 Conifer

📋 copy color: '#AAF652'

red 170 ◦ green 246 ◦ blue 82

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

Shades of Conifer #AAF652

Tints of Conifer #AAF652

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.4%

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

R = 34.14%
G = 49.4%
B = 16.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#AAF652 (or 0xAAF652) is known color: Conifer. HEX triplet: AA, F6 and 52. RGB value is (170,246,82). Sum of RGB (Red+Green+Blue) = 170+246+82=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF652 is #5509AD. Grayscale: #CDCDCD. Windows color (decimal): -5573038 or 5437098. OLE color: 5437098.

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

Color convert

RGB 170 246 82 -
CMYK 0.31 0 0.67 0.04
HSL 87.8º 0.9% 0.64% -
HSV(B) 87.8º 0.67% 0.96% -
XYZ 51.06 75.07 19.78 -
YUV 204.58 58.82 103.34 -
System Red Green Blue C M Y K H S L
Decimal 170 246 82 0.31 0 0.67 0.04 87.8 0.9 0.64
Hex AA F6 52 1F 0 43 4 58 5A 40
Octal 252 366 122 37 0 103 4 130 132 100
Binary 10101010 11110110 1010010 11111 0 1000011 100 1011000 1011010 1000000

Color Harmonies of #AAF652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF652

Black with #AAF652

Text Example


Text Example

White with #AAF652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF652; }

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

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

background-color css

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

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

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

border-color css

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

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

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