Html Css Color HEX #8AAF4D Chelsea Cucumber

📋 copy color: '#8AAF4D'

red 138 ◦ green 175 ◦ blue 77

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

Shades of Chelsea Cucumber #8AAF4D

Tints of Chelsea Cucumber #8AAF4D

RGB

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

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

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

R = 35.38%
G = 44.87%
B = 19.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#8AAF4D (or 0x8AAF4D) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 4D. RGB value is (138,175,77). Sum of RGB (Red+Green+Blue) = 138+175+77=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF4D is #7550B2. Grayscale: #999999. Windows color (decimal): -7688371 or 5091210. OLE color: 5091210.

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

Color convert

RGB 138 175 77 -
CMYK 0.21 0 0.56 0.31
HSL 82.65º 0.39% 0.49% -
HSV(B) 82.65º 0.56% 0.69% -
XYZ 27.15 36.6 12.65 -
YUV 152.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 138 175 77 0.21 0 0.56 0.31 82.65 0.39 0.49
Hex 8A AF 4D 15 0 38 1F 53 27 31
Octal 212 257 115 25 0 70 37 123 47 61
Binary 10001010 10101111 1001101 10101 0 111000 11111 1010011 100111 110001

Color Harmonies of #8AAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF4D

Black with #8AAF4D

Text Example


Text Example

White with #8AAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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