Html Css Color HEX #AAF55F Conifer

📋 copy color: '#AAF55F'

red 170 ◦ green 245 ◦ blue 95

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

Shades of Conifer #AAF55F

Tints of Conifer #AAF55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.63%

R = 33.33%
G = 48.04%
B = 18.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#AAF55F (or 0xAAF55F) is known color: Conifer. HEX triplet: AA, F5 and 5F. RGB value is (170,245,95). Sum of RGB (Red+Green+Blue) = 170+245+95=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF55F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF55F is #550AA0. Grayscale: #CDCDCD. Windows color (decimal): -5573281 or 6288810. OLE color: 6288810.

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

Color convert

RGB 170 245 95 -
CMYK 0.31 0 0.61 0.04
HSL 90º 0.88% 0.67% -
HSV(B) 90º 0.61% 0.96% -
XYZ 51.3 74.68 22.54 -
YUV 205.48 65.65 102.7 -
System Red Green Blue C M Y K H S L
Decimal 170 245 95 0.31 0 0.61 0.04 90 0.88 0.67
Hex AA F5 5F 1F 0 3D 4 5A 58 43
Octal 252 365 137 37 0 75 4 132 130 103
Binary 10101010 11110101 1011111 11111 0 111101 100 1011010 1011000 1000011

Color Harmonies of #AAF55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF55F

Black with #AAF55F

Text Example


Text Example

White with #AAF55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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