#AFEB67

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

Shades of Conifer #AFEB67

Tints of Conifer #AFEB67

Color information

#AFEB67 (or 0xAFEB67) is unknown color: approx Conifer. HEX triplet: AF, EB and 67. RGB value is (175,235,103). Sum of RGB (Red+Green+Blue) = 175+235+103=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB67 is #501498. Grayscale: #CACACA. Windows color (decimal): -5248153 or 6810543. OLE color: 6810543.

HSL color Cylindrical-coordinate representation of color #AFEB67: hue angle of 87.27º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFEB67 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB175235103-
CMYK0.2600.560.08
HSL87.27º76.74%66.27%-
HSV(B)87.27º56.17%92.16%-
XYZ49.8469.5123.62-
YUV202.0172.12108.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 235 (92.19% from 255) = 45.81%
BLUE value IS 103 (40.62% from 255) = 20.08%
R=34.11%
G=45.81%
B=20.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351030.2600.560.0887.2776.7466.27
HexAFEB671A0388574d42
Octal2573531473207010127115102
Binary101011111110101111001111101001110001000101011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEB67; }

 p { color: rgb(175,235,103); }

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

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

 a { background-color: rgb(175,235,103); }

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

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

 span { border-color: rgb(175,235,103); }

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