#AFF14F

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

Shades of Conifer #AFF14F

Tints of Conifer #AFF14F

Color information

#AFF14F (or 0xAFF14F) is unknown color: approx Conifer. HEX triplet: AF, F1 and 4F. RGB value is (175,241,79). Sum of RGB (Red+Green+Blue) = 175+241+79=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF14F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF14F is #500EB0. Grayscale: #CBCBCB. Windows color (decimal): -5246641 or 5239215. OLE color: 5239215.

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

Color convert

RGB17524179-
CMYK0.2700.670.05
HSL84.44º85.26%62.75%-
HSV(B)84.44º67.22%94.51%-
XYZ50.5572.5918.74-
YUV202.858.13108.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 79 (31.25% from 255) = 15.96%
R=35.35%
G=48.69%
B=15.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175241790.2700.670.0584.4485.2662.75
HexAFF14F1B043554553f
Octal257361117330103512412577
Binary10101111111100011001111110110100001110110101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF14F; }

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

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

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

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

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

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

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

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