Html Css Color HEX #AAF360 Conifer

📋 copy color: '#AAF360'

red 170 ◦ green 243 ◦ blue 96

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

Shades of Conifer #AAF360

Tints of Conifer #AAF360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.86%

R = 33.4%
G = 47.74%
B = 18.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#AAF360 (or 0xAAF360) is known color: Conifer. HEX triplet: AA, F3 and 60. RGB value is (170,243,96). Sum of RGB (Red+Green+Blue) = 170+243+96=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF360 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF360 is #550C9F. Grayscale: #CCCCCC. Windows color (decimal): -5573792 or 6353834. OLE color: 6353834.

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

Color convert

RGB 170 243 96 -
CMYK 0.30 0 0.60 0.05
HSL 89.8º 0.86% 0.66% -
HSV(B) 89.8º 0.6% 0.95% -
XYZ 50.74 73.49 22.58 -
YUV 204.42 66.82 103.45 -
System Red Green Blue C M Y K H S L
Decimal 170 243 96 0.30 0 0.60 0.05 89.8 0.86 0.66
Hex AA F3 60 1E 0 3C 5 5A 56 42
Octal 252 363 140 36 0 74 5 132 126 102
Binary 10101010 11110011 1100000 11110 0 111100 101 1011010 1010110 1000010

Color Harmonies of #AAF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF360

Black with #AAF360

Text Example


Text Example

White with #AAF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF360; }

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

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

background-color css

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

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

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

border-color css

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

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

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