#AFF35E

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

Shades of Conifer #AFF35E

Tints of Conifer #AFF35E

Color information

#AFF35E (or 0xAFF35E) is unknown color: approx Conifer. HEX triplet: AF, F3 and 5E. RGB value is (175,243,94). Sum of RGB (Red+Green+Blue) = 175+243+94=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF35E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF35E is #500CA1. Grayscale: #CECECE. Windows color (decimal): -5246114 or 6222767. OLE color: 6222767.

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

Color convert

RGB17524394-
CMYK0.2800.610.05
HSL87.38º86.13%66.08%-
HSV(B)87.38º61.32%95.29%-
XYZ51.7574.0222.15-
YUV205.6864.97106.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 243 (95.31% from 255) = 47.46%
BLUE value IS 94 (37.11% from 255) = 18.36%
R=34.18%
G=47.46%
B=18.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175243940.2800.610.0587.3886.1366.08
HexAFF35E1C03D5575642
Octal257363136340755127126102
Binary10101111111100111011110111000111101101101011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF35E; }

 p { color: rgb(175,243,94); }

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

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

 a { background-color: rgb(175,243,94); }

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

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

 span { border-color: rgb(175,243,94); }

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