Html Css Color HEX #8AAE42 Chelsea Cucumber

📋 copy color: '#8AAE42'

red 138 ◦ green 174 ◦ blue 66

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

Shades of Chelsea Cucumber #8AAE42

Tints of Chelsea Cucumber #8AAE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.46%

R = 36.51%
G = 46.03%
B = 17.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#8AAE42 (or 0x8AAE42) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 42. RGB value is (138,174,66). Sum of RGB (Red+Green+Blue) = 138+174+66=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE42 is #7551BD. Grayscale: #979797. Windows color (decimal): -7688638 or 4370058. OLE color: 4370058.

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

Color convert

RGB 138 174 66 -
CMYK 0.21 0 0.62 0.32
HSL 80º 0.45% 0.47% -
HSV(B) 80º 0.62% 0.68% -
XYZ 26.6 36.07 10.71 -
YUV 150.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 138 174 66 0.21 0 0.62 0.32 80 0.45 0.47
Hex 8A AE 42 15 0 3E 20 50 2D 2F
Octal 212 256 102 25 0 76 40 120 55 57
Binary 10001010 10101110 1000010 10101 0 111110 100000 1010000 101101 101111

Color Harmonies of #8AAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE42

Black with #8AAE42

Text Example


Text Example

White with #8AAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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