Html Css Color HEX #8AB45F Chelsea Cucumber

📋 copy color: '#8AB45F'

red 138 ◦ green 180 ◦ blue 95

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

Shades of Chelsea Cucumber #8AB45F

Tints of Chelsea Cucumber #8AB45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23%

R = 33.41%
G = 43.58%
B = 23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#8AB45F (or 0x8AB45F) is known color: Chelsea Cucumber. HEX triplet: 8A, B4 and 5F. RGB value is (138,180,95). Sum of RGB (Red+Green+Blue) = 138+180+95=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB45F is #754BA0. Grayscale: #9E9E9E. Windows color (decimal): -7687073 or 6272138. OLE color: 6272138.

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

Color convert

RGB 138 180 95 -
CMYK 0.23 0 0.47 0.29
HSL 89.65º 0.36% 0.54% -
HSV(B) 89.65º 0.47% 0.71% -
XYZ 28.87 38.87 16.81 -
YUV 157.75 92.59 113.91 -
System Red Green Blue C M Y K H S L
Decimal 138 180 95 0.23 0 0.47 0.29 89.65 0.36 0.54
Hex 8A B4 5F 17 0 2F 1D 5A 24 36
Octal 212 264 137 27 0 57 35 132 44 66
Binary 10001010 10110100 1011111 10111 0 101111 11101 1011010 100100 110110

Color Harmonies of #8AB45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB45F

Black with #8AB45F

Text Example


Text Example

White with #8AB45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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