Html Css Color HEX #AAF265 Conifer

📋 copy color: '#AAF265'

red 170 ◦ green 242 ◦ blue 101

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

Shades of Conifer #AAF265

Tints of Conifer #AAF265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.69%

R = 33.14%
G = 47.17%
B = 19.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#AAF265 (or 0xAAF265) is known color: Conifer. HEX triplet: AA, F2 and 65. RGB value is (170,242,101). Sum of RGB (Red+Green+Blue) = 170+242+101=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF265 is #550D9A. Grayscale: #CCCCCC. Windows color (decimal): -5574043 or 6681258. OLE color: 6681258.

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

Color convert

RGB 170 242 101 -
CMYK 0.30 0 0.58 0.05
HSL 90.64º 0.84% 0.67% -
HSV(B) 90.64º 0.58% 0.95% -
XYZ 50.68 72.99 23.73 -
YUV 204.4 69.65 103.46 -
System Red Green Blue C M Y K H S L
Decimal 170 242 101 0.30 0 0.58 0.05 90.64 0.84 0.67
Hex AA F2 65 1E 0 3A 5 5B 54 43
Octal 252 362 145 36 0 72 5 133 124 103
Binary 10101010 11110010 1100101 11110 0 111010 101 1011011 1010100 1000011

Color Harmonies of #AAF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF265

Black with #AAF265

Text Example


Text Example

White with #AAF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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