#8AC205

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

Shades of Citrus #8AC205

Tints of Citrus #8AC205

Color information

#8AC205 (or 0x8AC205) is unknown color: approx Citrus. HEX triplet: 8A, C2 and 05. RGB value is (138,194,5). Sum of RGB (Red+Green+Blue) = 138+194+5=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC205 is #753DFA. Grayscale: #9C9C9C. Windows color (decimal): -7683579 or 377482. OLE color: 377482.

HSL color Cylindrical-coordinate representation of color #8AC205: hue angle of 77.78º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AC205 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1381945-
CMYK0.2900.970.24
HSL77.78º94.97%39.02%-
HSV(B)77.78º97.42%76.08%-
XYZ29.8447.07-
YUV155.7142.95115.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 194 (76.17% from 255) = 57.57%
BLUE value IS 5 (2.34% from 255) = 1.48%
R=40.95%
G=57.57%
B=1.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13819450.2900.970.2477.7894.9739.02
Hex8AC251D061184e5f27
Octal21230253501413011613747
Binary100010101100001010111101011000011100010011101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,194,5); }

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

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

 a { background-color: rgb(138,194,5); }

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

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

 span { border-color: rgb(138,194,5); }

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