#8ACA0B

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

Shades of Citrus #8ACA0B

Tints of Citrus #8ACA0B

Color information

#8ACA0B (or 0x8ACA0B) is unknown color: approx Citrus. HEX triplet: 8A, CA and 0B. RGB value is (138,202,11). Sum of RGB (Red+Green+Blue) = 138+202+11=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACA0B is #7535F4. Grayscale: #A1A1A1. Windows color (decimal): -7681525 or 772746. OLE color: 772746.

HSL color Cylindrical-coordinate representation of color #8ACA0B: hue angle of 80.1º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8ACA0B is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB13820211-
CMYK0.3200.950.21
HSL80.1º89.67%41.76%-
HSV(B)80.1º94.55%79.22%-
XYZ31.6647.677.85-
YUV161.0943.3111.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.32%
GREEN value IS 202 (79.30% from 255) = 57.55%
BLUE value IS 11 (4.69% from 255) = 3.13%
R=39.32%
G=57.55%
B=3.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138202110.3200.950.2180.189.6741.76
Hex8ACAB2005F15505a2a
Octal212312134001372512013252
Binary10001010110010101011100000010111111010110100001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,202,11); }

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

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

 a { background-color: rgb(138,202,11); }

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

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

 span { border-color: rgb(138,202,11); }

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