Html Css Color HEX #8AA445 Chelsea Cucumber

📋 copy color: '#8AA445'

red 138 ◦ green 164 ◦ blue 69

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

Shades of Chelsea Cucumber #8AA445

Tints of Chelsea Cucumber #8AA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

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

R = 37.2%
G = 44.2%
B = 18.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#8AA445 (or 0x8AA445) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 45. RGB value is (138,164,69). Sum of RGB (Red+Green+Blue) = 138+164+69=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA445 is #755BBA. Grayscale: #919191. Windows color (decimal): -7691195 or 4564106. OLE color: 4564106.

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

Color convert

RGB 138 164 69 -
CMYK 0.16 0 0.58 0.36
HSL 76.42º 0.41% 0.46% -
HSV(B) 76.42º 0.58% 0.64% -
XYZ 24.83 32.38 10.57 -
YUV 145.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 138 164 69 0.16 0 0.58 0.36 76.42 0.41 0.46
Hex 8A A4 45 10 0 3A 24 4C 29 2E
Octal 212 244 105 20 0 72 44 114 51 56
Binary 10001010 10100100 1000101 10000 0 111010 100100 1001100 101001 101110

Color Harmonies of #8AA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA445

Black with #8AA445

Text Example


Text Example

White with #8AA445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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