Html Css Color HEX #AAF75D Conifer

📋 copy color: '#AAF75D'

red 170 ◦ green 247 ◦ blue 93

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

Shades of Conifer #AAF75D

Tints of Conifer #AAF75D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.43%

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

R = 33.33%
G = 48.43%
B = 18.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#AAF75D (or 0xAAF75D) is known color: Conifer. HEX triplet: AA, F7 and 5D. RGB value is (170,247,93). Sum of RGB (Red+Green+Blue) = 170+247+93=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF75D is #5508A2. Grayscale: #CECECE. Windows color (decimal): -5572771 or 6158250. OLE color: 6158250.

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

Color convert

RGB 170 247 93 -
CMYK 0.31 0 0.62 0.03
HSL 90º 0.91% 0.67% -
HSV(B) 90º 0.62% 0.97% -
XYZ 51.81 75.86 22.27 -
YUV 206.42 63.99 102.02 -
System Red Green Blue C M Y K H S L
Decimal 170 247 93 0.31 0 0.62 0.03 90 0.91 0.67
Hex AA F7 5D 1F 0 3E 3 5A 5B 43
Octal 252 367 135 37 0 76 3 132 133 103
Binary 10101010 11110111 1011101 11111 0 111110 11 1011010 1011011 1000011

Color Harmonies of #AAF75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF75D

Black with #AAF75D

Text Example


Text Example

White with #AAF75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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