#A8E93D

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

Shades of Conifer #A8E93D

Tints of Conifer #A8E93D

Color information

#A8E93D (or 0xA8E93D) is unknown color: approx Conifer. HEX triplet: A8, E9 and 3D. RGB value is (168,233,61). Sum of RGB (Red+Green+Blue) = 168+233+61=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E93D is #5716C2. Grayscale: #C2C2C2. Windows color (decimal): -5707459 or 4057512. OLE color: 4057512.

HSL color Cylindrical-coordinate representation of color #A8E93D: hue angle of 82.67º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8E93D is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB16823361-
CMYK0.2800.740.09
HSL82.67º79.63%57.65%-
HSV(B)82.67º73.82%91.37%-
XYZ46.1366.9414.9-
YUV193.9652.97109.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 233 (91.41% from 255) = 50.43%
BLUE value IS 61 (24.22% from 255) = 13.20%
R=36.36%
G=50.43%
B=13.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168233610.2800.740.0982.6779.6357.65
HexA8E93D1C04A953503a
Octal250351753401121112312072
Binary10101000111010011111011110001001010100110100111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E93D; }

 p { color: rgb(168,233,61); }

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

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

 a { background-color: rgb(168,233,61); }

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

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

 span { border-color: rgb(168,233,61); }

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