#AFF457

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

Shades of Conifer #AFF457

Tints of Conifer #AFF457

Color information

#AFF457 (or 0xAFF457) is unknown color: approx Conifer. HEX triplet: AF, F4 and 57. RGB value is (175,244,87). Sum of RGB (Red+Green+Blue) = 175+244+87=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF457 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF457 is #500BA8. Grayscale: #CECECE. Windows color (decimal): -5245865 or 5764271. OLE color: 5764271.

HSL color Cylindrical-coordinate representation of color #AFF457: hue angle of 86.37º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF457 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB17524487-
CMYK0.2800.640.04
HSL86.37º87.71%64.9%-
HSV(B)86.37º64.34%95.69%-
XYZ51.7574.520.67-
YUV205.4761.14106.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 244 (95.70% from 255) = 48.22%
BLUE value IS 87 (34.38% from 255) = 17.19%
R=34.58%
G=48.22%
B=17.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal175244870.2800.640.0486.3787.7164.9
HexAFF4571C0404565841
Octal2573641273401004126130101
Binary101011111111010010101111110001000000100101011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF457; }

 p { color: rgb(175,244,87); }

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

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

 a { background-color: rgb(175,244,87); }

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

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

 span { border-color: rgb(175,244,87); }

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