Html Css Color HEX #8AB45D Chelsea Cucumber

📋 copy color: '#8AB45D'

red 138 ◦ green 180 ◦ blue 93

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

Shades of Chelsea Cucumber #8AB45D

Tints of Chelsea Cucumber #8AB45D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.8%

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 33.58%
G = 43.8%
B = 22.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#8AB45D (or 0x8AB45D) is known color: Chelsea Cucumber. HEX triplet: 8A, B4 and 5D. RGB value is (138,180,93). Sum of RGB (Red+Green+Blue) = 138+180+93=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB45D is #754BA2. Grayscale: #9D9D9D. Windows color (decimal): -7687075 or 6141066. OLE color: 6141066.

HSL color Cylindrical-coordinate representation of color #8AB45D: hue angle of 88.97º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AB45D is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 93 -
CMYK 0.23 0 0.48 0.29
HSL 88.97º 0.37% 0.54% -
HSV(B) 88.97º 0.48% 0.71% -
XYZ 28.78 38.84 16.34 -
YUV 157.52 91.59 114.07 -
System Red Green Blue C M Y K H S L
Decimal 138 180 93 0.23 0 0.48 0.29 88.97 0.37 0.54
Hex 8A B4 5D 17 0 30 1D 59 25 36
Octal 212 264 135 27 0 60 35 131 45 66
Binary 10001010 10110100 1011101 10111 0 110000 11101 1011001 100101 110110

Color Harmonies of #8AB45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB45D

Black with #8AB45D

Text Example


Text Example

White with #8AB45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,180,93); }

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

background-color css

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

 a { background-color: rgb(138,180,93); }

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

border-color css

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

 span { border-color: rgb(138,180,93); }

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