Html Css Color HEX #AAF268 Conifer

📋 copy color: '#AAF268'

red 170 ◦ green 242 ◦ blue 104

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

Shades of Conifer #AAF268

Tints of Conifer #AAF268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.9%

 BLUE value IS 104 (41.02% from 255) = 20.16%

R = 32.95%
G = 46.9%
B = 20.16%

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

#AAF268 (or 0xAAF268) is known color: Conifer. HEX triplet: AA, F2 and 68. RGB value is (170,242,104). Sum of RGB (Red+Green+Blue) = 170+242+104=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF268 is #550D97. Grayscale: #CDCDCD. Windows color (decimal): -5574040 or 6877866. OLE color: 6877866.

HSL color Cylindrical-coordinate representation of color #AAF268: hue angle of 91.3º degrees, saturation: 0.84, 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 #AAF268 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 104 -
CMYK 0.30 0 0.57 0.05
HSL 91.3º 0.84% 0.68% -
HSV(B) 91.3º 0.57% 0.95% -
XYZ 50.83 73.05 24.52 -
YUV 204.74 71.15 103.22 -
System Red Green Blue C M Y K H S L
Decimal 170 242 104 0.30 0 0.57 0.05 91.3 0.84 0.68
Hex AA F2 68 1E 0 39 5 5B 54 44
Octal 252 362 150 36 0 71 5 133 124 104
Binary 10101010 11110010 1101000 11110 0 111001 101 1011011 1010100 1000100

Color Harmonies of #AAF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF268

Black with #AAF268

Text Example


Text Example

White with #AAF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF268; }

 p { color: rgb(170,242,104); }

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

background-color css

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

 a { background-color: rgb(170,242,104); }

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

border-color css

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

 span { border-color: rgb(170,242,104); }

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