Html Css Color HEX #AAF55D Conifer

📋 copy color: '#AAF55D'

red 170 ◦ green 245 ◦ blue 93

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

Shades of Conifer #AAF55D

Tints of Conifer #AAF55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 33.46%
G = 48.23%
B = 18.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#AAF55D (or 0xAAF55D) is known color: Conifer. HEX triplet: AA, F5 and 5D. RGB value is (170,245,93). Sum of RGB (Red+Green+Blue) = 170+245+93=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF55D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF55D is #550AA2. Grayscale: #CDCDCD. Windows color (decimal): -5573283 or 6157738. OLE color: 6157738.

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

Color convert

RGB 170 245 93 -
CMYK 0.31 0 0.62 0.04
HSL 89.61º 0.88% 0.66% -
HSV(B) 89.61º 0.62% 0.96% -
XYZ 51.21 74.64 22.06 -
YUV 205.25 64.65 102.86 -
System Red Green Blue C M Y K H S L
Decimal 170 245 93 0.31 0 0.62 0.04 89.61 0.88 0.66
Hex AA F5 5D 1F 0 3E 4 5A 58 42
Octal 252 365 135 37 0 76 4 132 130 102
Binary 10101010 11110101 1011101 11111 0 111110 100 1011010 1011000 1000010

Color Harmonies of #AAF55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF55D

Black with #AAF55D

Text Example


Text Example

White with #AAF55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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