Html Css Color HEX #8AA458 Chelsea Cucumber

📋 copy color: '#8AA458'

red 138 ◦ green 164 ◦ blue 88

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

Shades of Chelsea Cucumber #8AA458

Tints of Chelsea Cucumber #8AA458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.56%

R = 35.38%
G = 42.05%
B = 22.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#8AA458 (or 0x8AA458) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 58. RGB value is (138,164,88). Sum of RGB (Red+Green+Blue) = 138+164+88=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA458 is #755BA7. Grayscale: #939393. Windows color (decimal): -7691176 or 5809290. OLE color: 5809290.

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

Color convert

RGB 138 164 88 -
CMYK 0.16 0 0.46 0.36
HSL 80.53º 0.3% 0.49% -
HSV(B) 80.53º 0.46% 0.64% -
XYZ 25.52 32.66 14.19 -
YUV 147.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 138 164 88 0.16 0 0.46 0.36 80.53 0.3 0.49
Hex 8A A4 58 10 0 2E 24 51 1E 31
Octal 212 244 130 20 0 56 44 121 36 61
Binary 10001010 10100100 1011000 10000 0 101110 100100 1010001 11110 110001

Color Harmonies of #8AA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA458

Black with #8AA458

Text Example


Text Example

White with #8AA458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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