Html Css Color HEX #AAF56B Conifer

📋 copy color: '#AAF56B'

red 170 ◦ green 245 ◦ blue 107

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

Shades of Conifer #AAF56B

Tints of Conifer #AAF56B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.93%

 BLUE value IS 107 (42.19% from 255) = 20.5%

R = 32.57%
G = 46.93%
B = 20.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#AAF56B (or 0xAAF56B) is known color: Conifer. HEX triplet: AA, F5 and 6B. RGB value is (170,245,107). Sum of RGB (Red+Green+Blue) = 170+245+107=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF56B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF56B is #550A94. Grayscale: #CFCFCF. Windows color (decimal): -5573269 or 7075242. OLE color: 7075242.

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

Color convert

RGB 170 245 107 -
CMYK 0.31 0 0.56 0.04
HSL 92.61º 0.87% 0.69% -
HSV(B) 92.61º 0.56% 0.96% -
XYZ 51.88 74.91 25.63 -
YUV 206.84 71.65 101.72 -
System Red Green Blue C M Y K H S L
Decimal 170 245 107 0.31 0 0.56 0.04 92.61 0.87 0.69
Hex AA F5 6B 1F 0 38 4 5D 57 45
Octal 252 365 153 37 0 70 4 135 127 105
Binary 10101010 11110101 1101011 11111 0 111000 100 1011101 1010111 1000101

Color Harmonies of #AAF56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF56B

Black with #AAF56B

Text Example


Text Example

White with #AAF56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF56B; }

 p { color: rgb(170,245,107); }

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

background-color css

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

 a { background-color: rgb(170,245,107); }

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

border-color css

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

 span { border-color: rgb(170,245,107); }

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