Html Css Color HEX #8AB84A Chelsea Cucumber

📋 copy color: '#8AB84A'

red 138 ◦ green 184 ◦ blue 74

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

Shades of Chelsea Cucumber #8AB84A

Tints of Chelsea Cucumber #8AB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 34.85%
G = 46.46%
B = 18.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#8AB84A (or 0x8AB84A) is known color: Chelsea Cucumber. HEX triplet: 8A, B8 and 4A. RGB value is (138,184,74). Sum of RGB (Red+Green+Blue) = 138+184+74=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB84A is #7547B5. Grayscale: #9E9E9E. Windows color (decimal): -7686070 or 4896906. OLE color: 4896906.

HSL color Cylindrical-coordinate representation of color #8AB84A: hue angle of 85.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AB84A is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 74 -
CMYK 0.25 0 0.60 0.28
HSL 85.09º 0.44% 0.51% -
HSV(B) 85.09º 0.6% 0.72% -
XYZ 28.86 40.18 12.71 -
YUV 157.71 80.76 113.94 -
System Red Green Blue C M Y K H S L
Decimal 138 184 74 0.25 0 0.60 0.28 85.09 0.44 0.51
Hex 8A B8 4A 19 0 3C 1C 55 2C 33
Octal 212 270 112 31 0 74 34 125 54 63
Binary 10001010 10111000 1001010 11001 0 111100 11100 1010101 101100 110011

Color Harmonies of #8AB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB84A

Black with #8AB84A

Text Example


Text Example

White with #8AB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,184,74); }

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

background-color css

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

 a { background-color: rgb(138,184,74); }

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

border-color css

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

 span { border-color: rgb(138,184,74); }

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