Html Css Color HEX #8AB94E Chelsea Cucumber

📋 copy color: '#8AB94E'

red 138 ◦ green 185 ◦ blue 78

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

Shades of Chelsea Cucumber #8AB94E

Tints of Chelsea Cucumber #8AB94E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.13%

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 34.41%
G = 46.13%
B = 19.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#8AB94E (or 0x8AB94E) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 4E. RGB value is (138,185,78). Sum of RGB (Red+Green+Blue) = 138+185+78=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB94E is #7546B1. Grayscale: #9F9F9F. Windows color (decimal): -7685810 or 5159306. OLE color: 5159306.

HSL color Cylindrical-coordinate representation of color #8AB94E: hue angle of 86.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AB94E is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 78 -
CMYK 0.25 0 0.58 0.27
HSL 86.36º 0.43% 0.52% -
HSV(B) 86.36º 0.58% 0.73% -
XYZ 29.21 40.65 13.51 -
YUV 158.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 138 185 78 0.25 0 0.58 0.27 86.36 0.43 0.52
Hex 8A B9 4E 19 0 3A 1B 56 2B 34
Octal 212 271 116 31 0 72 33 126 53 64
Binary 10001010 10111001 1001110 11001 0 111010 11011 1010110 101011 110100

Color Harmonies of #8AB94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB94E

Black with #8AB94E

Text Example


Text Example

White with #8AB94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,185,78); }

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

background-color css

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

 a { background-color: rgb(138,185,78); }

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

border-color css

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

 span { border-color: rgb(138,185,78); }

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