#AFF14E

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

Shades of Conifer #AFF14E

Tints of Conifer #AFF14E

Color information

#AFF14E (or 0xAFF14E) is unknown color: approx Conifer. HEX triplet: AF, F1 and 4E. RGB value is (175,241,78). Sum of RGB (Red+Green+Blue) = 175+241+78=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF14E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF14E is #500EB1. Grayscale: #CBCBCB. Windows color (decimal): -5246642 or 5173679. OLE color: 5173679.

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

Color convert

RGB17524178-
CMYK0.2700.680.05
HSL84.29º85.34%62.55%-
HSV(B)84.29º67.63%94.51%-
XYZ50.5172.5718.55-
YUV202.6857.63108.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 78 (30.86% from 255) = 15.79%
R=35.43%
G=48.79%
B=15.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175241780.2700.680.0584.2985.3462.55
HexAFF14E1B044554553f
Octal257361116330104512412577
Binary10101111111100011001110110110100010010110101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF14E; }

 p { color: rgb(175,241,78); }

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

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

 a { background-color: rgb(175,241,78); }

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

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

 span { border-color: rgb(175,241,78); }

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