#A5F143

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

Shades of Green Yellow #A5F143

Tints of Green Yellow #A5F143

Color information

#A5F143 (or 0xA5F143) is unknown color: approx Green Yellow. HEX triplet: A5, F1 and 43. RGB value is (165,241,67). Sum of RGB (Red+Green+Blue) = 165+241+67=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F143 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F143 is #5A0EBC. Grayscale: #C7C7C7. Windows color (decimal): -5902013 or 4452773. OLE color: 4452773.

HSL color Cylindrical-coordinate representation of color #A5F143: hue angle of 86.21º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5F143 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB16524167-
CMYK0.3200.720.05
HSL86.21º86.14%60.39%-
HSV(B)86.21º72.2%94.51%-
XYZ47.9971.3216.55-
YUV198.4453.82104.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 241 (94.53% from 255) = 50.95%
BLUE value IS 67 (26.56% from 255) = 14.16%
R=34.88%
G=50.95%
B=14.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165241670.3200.720.0586.2186.1460.39
HexA5F14320048556563c
Octal245361103400110512612674
Binary101001011111000110000111000000100100010110101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F143; }

 p { color: rgb(165,241,67); }

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

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

 a { background-color: rgb(165,241,67); }

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

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

 span { border-color: rgb(165,241,67); }

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