Html Css Color HEX #AAF355 Conifer

📋 copy color: '#AAF355'

red 170 ◦ green 243 ◦ blue 85

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

Shades of Conifer #AAF355

Tints of Conifer #AAF355

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.8%

 BLUE value IS 85 (33.59% from 255) = 17.07%

R = 34.14%
G = 48.8%
B = 17.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#AAF355 (or 0xAAF355) is known color: Conifer. HEX triplet: AA, F3 and 55. RGB value is (170,243,85). Sum of RGB (Red+Green+Blue) = 170+243+85=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF355 is #550CAA. Grayscale: #CBCBCB. Windows color (decimal): -5573803 or 5632938. OLE color: 5632938.

HSL color Cylindrical-coordinate representation of color #AAF355: hue angle of 87.72º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAF355 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 85 -
CMYK 0.30 0 0.65 0.05
HSL 87.72º 0.87% 0.64% -
HSV(B) 87.72º 0.65% 0.95% -
XYZ 50.27 73.3 20.09 -
YUV 203.16 61.32 104.35 -
System Red Green Blue C M Y K H S L
Decimal 170 243 85 0.30 0 0.65 0.05 87.72 0.87 0.64
Hex AA F3 55 1E 0 41 5 58 57 40
Octal 252 363 125 36 0 101 5 130 127 100
Binary 10101010 11110011 1010101 11110 0 1000001 101 1011000 1010111 1000000

Color Harmonies of #AAF355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF355

Black with #AAF355

Text Example


Text Example

White with #AAF355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF355; }

 p { color: rgb(170,243,85); }

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

background-color css

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

 a { background-color: rgb(170,243,85); }

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

border-color css

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

 span { border-color: rgb(170,243,85); }

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