#AFEB3E

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

Shades of Conifer #AFEB3E

Tints of Conifer #AFEB3E

Color information

#AFEB3E (or 0xAFEB3E) is unknown color: approx Conifer. HEX triplet: AF, EB and 3E. RGB value is (175,235,62). Sum of RGB (Red+Green+Blue) = 175+235+62=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB3E is #5014C1. Grayscale: #C5C5C5. Windows color (decimal): -5248194 or 4123567. OLE color: 4123567.

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

Color convert

RGB17523562-
CMYK0.2600.740.08
HSL80.81º81.22%58.24%-
HSV(B)80.81º73.62%92.16%-
XYZ48.2668.8815.31-
YUV197.3451.62112.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 235 (92.19% from 255) = 49.79%
BLUE value IS 62 (24.61% from 255) = 13.14%
R=37.08%
G=49.79%
B=13.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175235620.2600.740.0880.8181.2258.24
HexAFEB3E1A04A851513a
Octal257353763201121012112172
Binary10101111111010111111101101001001010100010100011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEB3E; }

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

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

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

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

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

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

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

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