Html Css Color HEX #8AAE68 Chelsea Cucumber

📋 copy color: '#8AAE68'

red 138 ◦ green 174 ◦ blue 104

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

Shades of Chelsea Cucumber #8AAE68

Tints of Chelsea Cucumber #8AAE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25%

R = 33.17%
G = 41.83%
B = 25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#8AAE68 (or 0x8AAE68) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 68. RGB value is (138,174,104). Sum of RGB (Red+Green+Blue) = 138+174+104=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE68 is #755197. Grayscale: #9B9B9B. Windows color (decimal): -7688600 or 6860426. OLE color: 6860426.

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

Color convert

RGB 138 174 104 -
CMYK 0.21 0 0.40 0.32
HSL 90.86º 0.3% 0.55% -
HSV(B) 90.86º 0.4% 0.68% -
XYZ 28.12 36.67 18.69 -
YUV 155.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 138 174 104 0.21 0 0.40 0.32 90.86 0.3 0.55
Hex 8A AE 68 15 0 28 20 5B 1E 37
Octal 212 256 150 25 0 50 40 133 36 67
Binary 10001010 10101110 1101000 10101 0 101000 100000 1011011 11110 110111

Color Harmonies of #8AAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE68

Black with #8AAE68

Text Example


Text Example

White with #8AAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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