#8A9F28

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

Shades of Citron #8A9F28

Tints of Citron #8A9F28

Color information

#8A9F28 (or 0x8A9F28) is unknown color: approx Citron. HEX triplet: 8A, 9F and 28. RGB value is (138,159,40). Sum of RGB (Red+Green+Blue) = 138+159+40=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9F28 is #7560D7. Grayscale: #8B8B8B. Windows color (decimal): -7692504 or 2662282. OLE color: 2662282.

HSL color Cylindrical-coordinate representation of color #8A9F28: hue angle of 70.59º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A9F28 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB13815940-
CMYK0.1300.750.38
HSL70.59º59.8%39.02%-
HSV(B)70.59º74.84%62.35%-
XYZ23.2630.356.64-
YUV139.1672.04127.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=40.95%
G=47.18%
B=11.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138159400.1300.750.3870.5959.839.02
Hex8A9F28D04B26473c27
Octal21223750150113461077447
Binary10001010100111111010001101010010111001101000111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9F28; }

 p { color: rgb(138,159,40); }

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

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

 a { background-color: rgb(138,159,40); }

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

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

 span { border-color: rgb(138,159,40); }

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