#AFE265

Color #AFE265 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFE265

Tints of Conifer #AFE265

Color information

#AFE265 (or 0xAFE265) is unknown color: approx Conifer. HEX triplet: AF, E2 and 65. RGB value is (175,226,101). Sum of RGB (Red+Green+Blue) = 175+226+101=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE265 is #501D9A. Grayscale: #C4C4C4. Windows color (decimal): -5250459 or 6677167. OLE color: 6677167.

HSL color Cylindrical-coordinate representation of color #AFE265: hue angle of 84.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE265 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB175226101-
CMYK0.2300.550.11
HSL84.48º68.31%64.12%-
HSV(B)84.48º55.31%88.63%-
XYZ47.2264.4522.26-
YUV196.574.1112.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 226 (88.67% from 255) = 45.02%
BLUE value IS 101 (39.84% from 255) = 20.12%
R=34.86%
G=45.02%
B=20.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752261010.2300.550.1184.4868.3164.12
HexAFE26517037B544440
Octal2573421452706713124104100
Binary101011111110001011001011011101101111011101010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE265; }

 p { color: rgb(175,226,101); }

 H1.HeaderClassName
 {
   color: #AFE265;
 }
 .AnyTagClassName
 {
   color: #AFE265;
 }
</style>
background-color css

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

 a { background-color: rgb(175,226,101); }

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

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

 span { border-color: rgb(175,226,101); }

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