#AFF354

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

Shades of Conifer #AFF354

Tints of Conifer #AFF354

Color information

#AFF354 (or 0xAFF354) is unknown color: approx Conifer. HEX triplet: AF, F3 and 54. RGB value is (175,243,84). Sum of RGB (Red+Green+Blue) = 175+243+84=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF354 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF354 is #500CAB. Grayscale: #CDCDCD. Windows color (decimal): -5246124 or 5567407. OLE color: 5567407.

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

Color convert

RGB17524384-
CMYK0.2800.650.05
HSL85.66º86.89%64.12%-
HSV(B)85.66º65.43%95.29%-
XYZ51.3373.8619.94-
YUV204.5459.97106.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 243 (95.31% from 255) = 48.41%
BLUE value IS 84 (33.20% from 255) = 16.73%
R=34.86%
G=48.41%
B=16.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175243840.2800.650.0585.6686.8964.12
HexAFF3541C0415565740
Octal2573631243401015126127100
Binary101011111111001110101001110001000001101101011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF354; }

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

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

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

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

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

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

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

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