Html Css Color HEX #8AA360 Chelsea Cucumber

📋 copy color: '#8AA360'

red 138 ◦ green 163 ◦ blue 96

#8AA360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8AA360

Tints of Chelsea Cucumber #8AA360

RGB

 RED value IS 138 (54.3% from 255) = 34.76%

 GREEN value IS 163 (64.06% from 255) = 41.06%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 34.76%
G = 41.06%
B = 24.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#8AA360 (or 0x8AA360) is known color: Chelsea Cucumber. HEX triplet: 8A, A3 and 60. RGB value is (138,163,96). Sum of RGB (Red+Green+Blue) = 138+163+96=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA360 is #755C9F. Grayscale: #949494. Windows color (decimal): -7691424 or 6333322. OLE color: 6333322.

HSL color Cylindrical-coordinate representation of color #8AA360: hue angle of 82.39º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AA360 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 163 96 -
CMYK 0.15 0 0.41 0.36
HSL 82.39º 0.27% 0.51% -
HSV(B) 82.39º 0.41% 0.64% -
XYZ 25.69 32.44 15.97 -
YUV 147.89 98.72 120.95 -
System Red Green Blue C M Y K H S L
Decimal 138 163 96 0.15 0 0.41 0.36 82.39 0.27 0.51
Hex 8A A3 60 F 0 29 24 52 1B 33
Octal 212 243 140 17 0 51 44 122 33 63
Binary 10001010 10100011 1100000 1111 0 101001 100100 1010010 11011 110011

Color Harmonies of #8AA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA360

Black with #8AA360

Text Example


Text Example

White with #8AA360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,163,96); }

 H1.HeaderClassName
 {
   color: #8AA360;
 }
 .AnyTagClassName
 {
   color: #8AA360;
 }
</style>

background-color css

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

 a { background-color: rgb(138,163,96); }

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

border-color css

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

 span { border-color: rgb(138,163,96); }

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