Html Css Color HEX #AAF369 Conifer

📋 copy color: '#AAF369'

red 170 ◦ green 243 ◦ blue 105

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

Shades of Conifer #AAF369

Tints of Conifer #AAF369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.27%

R = 32.82%
G = 46.91%
B = 20.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#AAF369 (or 0xAAF369) is known color: Conifer. HEX triplet: AA, F3 and 69. RGB value is (170,243,105). Sum of RGB (Red+Green+Blue) = 170+243+105=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF369 is #550C96. Grayscale: #CDCDCD. Windows color (decimal): -5573783 or 6943658. OLE color: 6943658.

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

Color convert

RGB 170 243 105 -
CMYK 0.30 0 0.57 0.05
HSL 91.74º 0.85% 0.68% -
HSV(B) 91.74º 0.57% 0.95% -
XYZ 51.18 73.67 24.89 -
YUV 205.44 71.32 102.72 -
System Red Green Blue C M Y K H S L
Decimal 170 243 105 0.30 0 0.57 0.05 91.74 0.85 0.68
Hex AA F3 69 1E 0 39 5 5C 55 44
Octal 252 363 151 36 0 71 5 134 125 104
Binary 10101010 11110011 1101001 11110 0 111001 101 1011100 1010101 1000100

Color Harmonies of #AAF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF369

Black with #AAF369

Text Example


Text Example

White with #AAF369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF369; }

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

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

background-color css

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

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

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

border-color css

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

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

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