Html Css Color HEX #AAF95B Conifer

📋 copy color: '#AAF95B'

red 170 ◦ green 249 ◦ blue 91

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

Shades of Conifer #AAF95B

Tints of Conifer #AAF95B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.82%

 BLUE value IS 91 (35.94% from 255) = 17.84%

R = 33.33%
G = 48.82%
B = 17.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#AAF95B (or 0xAAF95B) is known color: Conifer. HEX triplet: AA, F9 and 5B. RGB value is (170,249,91). Sum of RGB (Red+Green+Blue) = 170+249+91=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF95B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF95B is #5506A4. Grayscale: #CFCFCF. Windows color (decimal): -5572261 or 6027690. OLE color: 6027690.

HSL color Cylindrical-coordinate representation of color #AAF95B: hue angle of 90º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAF95B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 91 -
CMYK 0.32 0 0.63 0.02
HSL 90º 0.93% 0.67% -
HSV(B) 90º 0.63% 0.98% -
XYZ 52.34 77.05 22.01 -
YUV 207.37 62.33 101.35 -
System Red Green Blue C M Y K H S L
Decimal 170 249 91 0.32 0 0.63 0.02 90 0.93 0.67
Hex AA F9 5B 20 0 3F 2 5A 5D 43
Octal 252 371 133 40 0 77 2 132 135 103
Binary 10101010 11111001 1011011 100000 0 111111 10 1011010 1011101 1000011

Color Harmonies of #AAF95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF95B

Black with #AAF95B

Text Example


Text Example

White with #AAF95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF95B; }

 p { color: rgb(170,249,91); }

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

background-color css

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

 a { background-color: rgb(170,249,91); }

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

border-color css

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

 span { border-color: rgb(170,249,91); }

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