Html Css Color HEX #8AAE4F Chelsea Cucumber

📋 copy color: '#8AAE4F'

red 138 ◦ green 174 ◦ blue 79

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

Shades of Chelsea Cucumber #8AAE4F

Tints of Chelsea Cucumber #8AAE4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 35.29%
G = 44.5%
B = 20.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#8AAE4F (or 0x8AAE4F) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 4F. RGB value is (138,174,79). Sum of RGB (Red+Green+Blue) = 138+174+79=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE4F is #7551B0. Grayscale: #989898. Windows color (decimal): -7688625 or 5222026. OLE color: 5222026.

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

Color convert

RGB 138 174 79 -
CMYK 0.21 0 0.55 0.32
HSL 82.74º 0.38% 0.5% -
HSV(B) 82.74º 0.55% 0.68% -
XYZ 27.03 36.24 12.97 -
YUV 152.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 138 174 79 0.21 0 0.55 0.32 82.74 0.38 0.5
Hex 8A AE 4F 15 0 37 20 53 26 32
Octal 212 256 117 25 0 67 40 123 46 62
Binary 10001010 10101110 1001111 10101 0 110111 100000 1010011 100110 110010

Color Harmonies of #8AAE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE4F

Black with #8AAE4F

Text Example


Text Example

White with #8AAE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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