Html Css Color HEX #8AAE4D Chelsea Cucumber

📋 copy color: '#8AAE4D'

red 138 ◦ green 174 ◦ blue 77

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

Shades of Chelsea Cucumber #8AAE4D

Tints of Chelsea Cucumber #8AAE4D

RGB

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

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

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

R = 35.48%
G = 44.73%
B = 19.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#8AAE4D (or 0x8AAE4D) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 4D. RGB value is (138,174,77). Sum of RGB (Red+Green+Blue) = 138+174+77=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE4D is #7551B2. Grayscale: #989898. Windows color (decimal): -7688627 or 5090954. OLE color: 5090954.

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

Color convert

RGB 138 174 77 -
CMYK 0.21 0 0.56 0.32
HSL 82.27º 0.39% 0.49% -
HSV(B) 82.27º 0.56% 0.68% -
XYZ 26.96 36.21 12.59 -
YUV 152.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 138 174 77 0.21 0 0.56 0.32 82.27 0.39 0.49
Hex 8A AE 4D 15 0 38 20 52 27 31
Octal 212 256 115 25 0 70 40 122 47 61
Binary 10001010 10101110 1001101 10101 0 111000 100000 1010010 100111 110001

Color Harmonies of #8AAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE4D

Black with #8AAE4D

Text Example


Text Example

White with #8AAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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