Html Css Color HEX #8AA94D Chelsea Cucumber

📋 copy color: '#8AA94D'

red 138 ◦ green 169 ◦ blue 77

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

Shades of Chelsea Cucumber #8AA94D

Tints of Chelsea Cucumber #8AA94D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 35.94%
G = 44.01%
B = 20.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#8AA94D (or 0x8AA94D) is known color: Chelsea Cucumber. HEX triplet: 8A, A9 and 4D. RGB value is (138,169,77). Sum of RGB (Red+Green+Blue) = 138+169+77=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA94D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA94D is #7556B2. Grayscale: #959595. Windows color (decimal): -7689907 or 5089674. OLE color: 5089674.

HSL color Cylindrical-coordinate representation of color #8AA94D: hue angle of 80.22º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AA94D is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 138 169 77 -
CMYK 0.18 0 0.54 0.34
HSL 80.22º 0.37% 0.48% -
HSV(B) 80.22º 0.54% 0.66% -
XYZ 26.01 34.32 12.27 -
YUV 149.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 138 169 77 0.18 0 0.54 0.34 80.22 0.37 0.48
Hex 8A A9 4D 12 0 36 22 50 25 30
Octal 212 251 115 22 0 66 42 120 45 60
Binary 10001010 10101001 1001101 10010 0 110110 100010 1010000 100101 110000

Color Harmonies of #8AA94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA94D

Black with #8AA94D

Text Example


Text Example

White with #8AA94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,169,77); }

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

background-color css

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

 a { background-color: rgb(138,169,77); }

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

border-color css

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

 span { border-color: rgb(138,169,77); }

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