Html Css Color HEX #8AAF60 Chelsea Cucumber

📋 copy color: '#8AAF60'

red 138 ◦ green 175 ◦ blue 96

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

Shades of Chelsea Cucumber #8AAF60

Tints of Chelsea Cucumber #8AAF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 33.74%
G = 42.79%
B = 23.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#8AAF60 (or 0x8AAF60) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 60. RGB value is (138,175,96). Sum of RGB (Red+Green+Blue) = 138+175+96=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF60 is #75509F. Grayscale: #9B9B9B. Windows color (decimal): -7688352 or 6336394. OLE color: 6336394.

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

Color convert

RGB 138 175 96 -
CMYK 0.21 0 0.45 0.31
HSL 88.1º 0.33% 0.53% -
HSV(B) 88.1º 0.45% 0.69% -
XYZ 27.92 36.91 16.72 -
YUV 154.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 138 175 96 0.21 0 0.45 0.31 88.1 0.33 0.53
Hex 8A AF 60 15 0 2D 1F 58 21 35
Octal 212 257 140 25 0 55 37 130 41 65
Binary 10001010 10101111 1100000 10101 0 101101 11111 1011000 100001 110101

Color Harmonies of #8AAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF60

Black with #8AAF60

Text Example


Text Example

White with #8AAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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