#8A9F27

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

Shades of Citron #8A9F27

Tints of Citron #8A9F27

Color information

#8A9F27 (or 0x8A9F27) is unknown color: approx Citron. HEX triplet: 8A, 9F and 27. RGB value is (138,159,39). Sum of RGB (Red+Green+Blue) = 138+159+39=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9F27 is #7560D8. Grayscale: #8B8B8B. Windows color (decimal): -7692505 or 2596746. OLE color: 2596746.

HSL color Cylindrical-coordinate representation of color #8A9F27: hue angle of 70.5º degrees, saturation: 0.61, 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 #8A9F27 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB13815939-
CMYK0.1300.750.38
HSL70.5º60.61%38.82%-
HSV(B)70.5º75.47%62.35%-
XYZ23.2530.356.55-
YUV139.0471.54127.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 39 (15.62% from 255) = 11.61%
R=41.07%
G=47.32%
B=11.61%

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
Decimal138159390.1300.750.3870.560.6138.82
Hex8A9F27D04B26463d27
Octal21223747150113461067547
Binary10001010100111111001111101010010111001101000110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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