Html Css Color HEX #8AAF59 Chelsea Cucumber

📋 copy color: '#8AAF59'

red 138 ◦ green 175 ◦ blue 89

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

Shades of Chelsea Cucumber #8AAF59

Tints of Chelsea Cucumber #8AAF59

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.53%

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 34.33%
G = 43.53%
B = 22.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#8AAF59 (or 0x8AAF59) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 59. RGB value is (138,175,89). Sum of RGB (Red+Green+Blue) = 138+175+89=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF59 is #7550A6. Grayscale: #9A9A9A. Windows color (decimal): -7688359 or 5877642. OLE color: 5877642.

HSL color Cylindrical-coordinate representation of color #8AAF59: hue angle of 85.81º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AAF59 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 89 -
CMYK 0.21 0 0.49 0.31
HSL 85.81º 0.35% 0.52% -
HSV(B) 85.81º 0.49% 0.69% -
XYZ 27.61 36.78 15.1 -
YUV 154.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 138 175 89 0.21 0 0.49 0.31 85.81 0.35 0.52
Hex 8A AF 59 15 0 31 1F 56 23 34
Octal 212 257 131 25 0 61 37 126 43 64
Binary 10001010 10101111 1011001 10101 0 110001 11111 1010110 100011 110100

Color Harmonies of #8AAF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF59

Black with #8AAF59

Text Example


Text Example

White with #8AAF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,175,89); }

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

background-color css

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

 a { background-color: rgb(138,175,89); }

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

border-color css

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

 span { border-color: rgb(138,175,89); }

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