Html Css Color HEX #8AAE54 Chelsea Cucumber

📋 copy color: '#8AAE54'

red 138 ◦ green 174 ◦ blue 84

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

Shades of Chelsea Cucumber #8AAE54

Tints of Chelsea Cucumber #8AAE54

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.94%

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 34.85%
G = 43.94%
B = 21.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#8AAE54 (or 0x8AAE54) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 54. RGB value is (138,174,84). Sum of RGB (Red+Green+Blue) = 138+174+84=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE54 is #7551AB. Grayscale: #999999. Windows color (decimal): -7688620 or 5549706. OLE color: 5549706.

HSL color Cylindrical-coordinate representation of color #8AAE54: hue angle of 84º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AAE54 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 174 84 -
CMYK 0.21 0 0.52 0.32
HSL 84º 0.36% 0.51% -
HSV(B) 84º 0.52% 0.68% -
XYZ 27.22 36.32 13.96 -
YUV 152.98 89.07 117.32 -
System Red Green Blue C M Y K H S L
Decimal 138 174 84 0.21 0 0.52 0.32 84 0.36 0.51
Hex 8A AE 54 15 0 34 20 54 24 33
Octal 212 256 124 25 0 64 40 124 44 63
Binary 10001010 10101110 1010100 10101 0 110100 100000 1010100 100100 110011

Color Harmonies of #8AAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE54

Black with #8AAE54

Text Example


Text Example

White with #8AAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,84); }

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

background-color css

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

 a { background-color: rgb(138,174,84); }

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

border-color css

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

 span { border-color: rgb(138,174,84); }

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