Html Css Color HEX #AAF363 Conifer

📋 copy color: '#AAF363'

red 170 ◦ green 243 ◦ blue 99

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

Shades of Conifer #AAF363

Tints of Conifer #AAF363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.34%

R = 33.2%
G = 47.46%
B = 19.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#AAF363 (or 0xAAF363) is known color: Conifer. HEX triplet: AA, F3 and 63. RGB value is (170,243,99). Sum of RGB (Red+Green+Blue) = 170+243+99=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF363 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF363 is #550C9C. Grayscale: #CDCDCD. Windows color (decimal): -5573789 or 6550442. OLE color: 6550442.

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

Color convert

RGB 170 243 99 -
CMYK 0.30 0 0.59 0.05
HSL 90.42º 0.86% 0.67% -
HSV(B) 90.42º 0.59% 0.95% -
XYZ 50.88 73.55 23.32 -
YUV 204.76 68.32 103.21 -
System Red Green Blue C M Y K H S L
Decimal 170 243 99 0.30 0 0.59 0.05 90.42 0.86 0.67
Hex AA F3 63 1E 0 3B 5 5A 56 43
Octal 252 363 143 36 0 73 5 132 126 103
Binary 10101010 11110011 1100011 11110 0 111011 101 1011010 1010110 1000011

Color Harmonies of #AAF363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF363

Black with #AAF363

Text Example


Text Example

White with #AAF363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF363; }

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

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

background-color css

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

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

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

border-color css

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

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

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