Html Css Color HEX #8AA450 Chelsea Cucumber

📋 copy color: '#8AA450'

red 138 ◦ green 164 ◦ blue 80

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

Shades of Chelsea Cucumber #8AA450

Tints of Chelsea Cucumber #8AA450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.94%

R = 36.13%
G = 42.93%
B = 20.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#8AA450 (or 0x8AA450) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 50. RGB value is (138,164,80). Sum of RGB (Red+Green+Blue) = 138+164+80=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA450 is #755BAF. Grayscale: #929292. Windows color (decimal): -7691184 or 5285002. OLE color: 5285002.

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

Color convert

RGB 138 164 80 -
CMYK 0.16 0 0.51 0.36
HSL 78.57º 0.34% 0.48% -
HSV(B) 78.57º 0.51% 0.64% -
XYZ 25.2 32.53 12.54 -
YUV 146.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 138 164 80 0.16 0 0.51 0.36 78.57 0.34 0.48
Hex 8A A4 50 10 0 33 24 4F 22 30
Octal 212 244 120 20 0 63 44 117 42 60
Binary 10001010 10100100 1010000 10000 0 110011 100100 1001111 100010 110000

Color Harmonies of #8AA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA450

Black with #8AA450

Text Example


Text Example

White with #8AA450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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