#AFF263

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

Shades of Conifer #AFF263

Tints of Conifer #AFF263

Color information

#AFF263 (or 0xAFF263) is unknown color: approx Conifer. HEX triplet: AF, F2 and 63. RGB value is (175,242,99). Sum of RGB (Red+Green+Blue) = 175+242+99=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF263 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF263 is #500D9C. Grayscale: #CECECE. Windows color (decimal): -5246365 or 6550191. OLE color: 6550191.

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

Color convert

RGB17524299-
CMYK0.2800.590.05
HSL88.11º84.62%66.86%-
HSV(B)88.11º59.09%94.9%-
XYZ51.6873.5223.27-
YUV205.6667.8106.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 242 (94.92% from 255) = 46.90%
BLUE value IS 99 (39.06% from 255) = 19.19%
R=33.91%
G=46.90%
B=19.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175242990.2800.590.0588.1184.6266.86
HexAFF2631C03B5585543
Octal257362143340735130125103
Binary10101111111100101100011111000111011101101100010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF263; }

 p { color: rgb(175,242,99); }

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

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

 a { background-color: rgb(175,242,99); }

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

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

 span { border-color: rgb(175,242,99); }

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