Html Css Color HEX #8AA545 Chelsea Cucumber

📋 copy color: '#8AA545'

red 138 ◦ green 165 ◦ blue 69

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

Shades of Chelsea Cucumber #8AA545

Tints of Chelsea Cucumber #8AA545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.35%

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 37.1%
G = 44.35%
B = 18.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#8AA545 (or 0x8AA545) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 45. RGB value is (138,165,69). Sum of RGB (Red+Green+Blue) = 138+165+69=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA545 is #755ABA. Grayscale: #929292. Windows color (decimal): -7690939 or 4564362. OLE color: 4564362.

HSL color Cylindrical-coordinate representation of color #8AA545: hue angle of 76.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AA545 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 165 69 -
CMYK 0.16 0 0.58 0.35
HSL 76.88º 0.41% 0.46% -
HSV(B) 76.88º 0.58% 0.65% -
XYZ 25.01 32.74 10.63 -
YUV 145.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 138 165 69 0.16 0 0.58 0.35 76.88 0.41 0.46
Hex 8A A5 45 10 0 3A 23 4D 29 2E
Octal 212 245 105 20 0 72 43 115 51 56
Binary 10001010 10100101 1000101 10000 0 111010 100011 1001101 101001 101110

Color Harmonies of #8AA545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA545

Black with #8AA545

Text Example


Text Example

White with #8AA545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,69); }

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

background-color css

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

 a { background-color: rgb(138,165,69); }

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

border-color css

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

 span { border-color: rgb(138,165,69); }

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