Html Css Color HEX #8AAD46 Chelsea Cucumber

📋 copy color: '#8AAD46'

red 138 ◦ green 173 ◦ blue 70

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

Shades of Chelsea Cucumber #8AAD46

Tints of Chelsea Cucumber #8AAD46

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.41%

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 36.22%
G = 45.41%
B = 18.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#8AAD46 (or 0x8AAD46) is known color: Chelsea Cucumber. HEX triplet: 8A, AD and 46. RGB value is (138,173,70). Sum of RGB (Red+Green+Blue) = 138+173+70=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAD46 is #7552B9. Grayscale: #979797. Windows color (decimal): -7688890 or 4631946. OLE color: 4631946.

HSL color Cylindrical-coordinate representation of color #8AAD46: hue angle of 80.39º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AAD46 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 173 70 -
CMYK 0.20 0 0.60 0.32
HSL 80.39º 0.42% 0.48% -
HSV(B) 80.39º 0.6% 0.68% -
XYZ 26.53 35.73 11.29 -
YUV 150.79 82.4 118.88 -
System Red Green Blue C M Y K H S L
Decimal 138 173 70 0.20 0 0.60 0.32 80.39 0.42 0.48
Hex 8A AD 46 14 0 3C 20 50 2A 30
Octal 212 255 106 24 0 74 40 120 52 60
Binary 10001010 10101101 1000110 10100 0 111100 100000 1010000 101010 110000

Color Harmonies of #8AAD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAD46

Black with #8AAD46

Text Example


Text Example

White with #8AAD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,173,70); }

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

background-color css

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

 a { background-color: rgb(138,173,70); }

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

border-color css

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

 span { border-color: rgb(138,173,70); }

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