#AFE068

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

Shades of Conifer #AFE068

Tints of Conifer #AFE068

Color information

#AFE068 (or 0xAFE068) is unknown color: approx Conifer. HEX triplet: AF, E0 and 68. RGB value is (175,224,104). Sum of RGB (Red+Green+Blue) = 175+224+104=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE068 is #501F97. Grayscale: #C4C4C4. Windows color (decimal): -5250968 or 6873263. OLE color: 6873263.

HSL color Cylindrical-coordinate representation of color #AFE068: hue angle of 84.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFE068 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB175224104-
CMYK0.2200.540.12
HSL84.5º65.93%64.31%-
HSV(B)84.5º53.57%87.84%-
XYZ46.8363.4222.87-
YUV195.6776.27113.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 224 (87.89% from 255) = 44.53%
BLUE value IS 104 (41.02% from 255) = 20.68%
R=34.79%
G=44.53%
B=20.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241040.2200.540.1284.565.9364.31
HexAFE06816036C544240
Octal2573401502606614124102100
Binary101011111110000011010001011001101101100101010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE068; }

 p { color: rgb(175,224,104); }

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

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

 a { background-color: rgb(175,224,104); }

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

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

 span { border-color: rgb(175,224,104); }

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