Html Css Color HEX #8ABC4A Chelsea Cucumber

📋 copy color: '#8ABC4A'

red 138 ◦ green 188 ◦ blue 74

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

Shades of Chelsea Cucumber #8ABC4A

Tints of Chelsea Cucumber #8ABC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47%

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

R = 34.5%
G = 47%
B = 18.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#8ABC4A (or 0x8ABC4A) is known color: Chelsea Cucumber. HEX triplet: 8A, BC and 4A. RGB value is (138,188,74). Sum of RGB (Red+Green+Blue) = 138+188+74=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC4A is #7543B5. Grayscale: #A0A0A0. Windows color (decimal): -7685046 or 4897930. OLE color: 4897930.

HSL color Cylindrical-coordinate representation of color #8ABC4A: hue angle of 86.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ABC4A is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 188 74 -
CMYK 0.27 0 0.61 0.26
HSL 86.32º 0.46% 0.51% -
HSV(B) 86.32º 0.61% 0.74% -
XYZ 29.7 41.86 12.99 -
YUV 160.05 79.44 112.27 -
System Red Green Blue C M Y K H S L
Decimal 138 188 74 0.27 0 0.61 0.26 86.32 0.46 0.51
Hex 8A BC 4A 1B 0 3D 1A 56 2E 33
Octal 212 274 112 33 0 75 32 126 56 63
Binary 10001010 10111100 1001010 11011 0 111101 11010 1010110 101110 110011

Color Harmonies of #8ABC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABC4A

Black with #8ABC4A

Text Example


Text Example

White with #8ABC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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