#9AC055

Color #9AC055 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #9AC055

Tints of Chelsea Cucumber #9AC055

Color information

#9AC055 (or 0x9AC055) is unknown color: approx Chelsea Cucumber. HEX triplet: 9A, C0 and 55. RGB value is (154,192,85). Sum of RGB (Red+Green+Blue) = 154+192+85=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC055 is #653FAA. Grayscale: #A8A8A8. Windows color (decimal): -6635435 or 5619866. OLE color: 5619866.

HSL color Cylindrical-coordinate representation of color #9AC055: hue angle of 81.31º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AC055 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB15419285-
CMYK0.2000.560.25
HSL81.31º45.92%54.31%-
HSV(B)81.31º55.73%75.29%-
XYZ33.8245.2315.54-
YUV168.4480.91117.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 192 (75.39% from 255) = 44.55%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=35.73%
G=44.55%
B=19.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154192850.2000.560.2581.3145.9254.31
Hex9AC0551403819512e36
Octal23230012524070311215666
Binary10011010110000001010101101000111000110011010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC055; }

 p { color: rgb(154,192,85); }

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

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

 a { background-color: rgb(154,192,85); }

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

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

 span { border-color: rgb(154,192,85); }

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