Html Css Color HEX #8AB450 Chelsea Cucumber

📋 copy color: '#8AB450'

red 138 ◦ green 180 ◦ blue 80

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

Shades of Chelsea Cucumber #8AB450

Tints of Chelsea Cucumber #8AB450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 34.67%
G = 45.23%
B = 20.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#8AB450 (or 0x8AB450) is known color: Chelsea Cucumber. HEX triplet: 8A, B4 and 50. RGB value is (138,180,80). Sum of RGB (Red+Green+Blue) = 138+180+80=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB450 is #754BAF. Grayscale: #9C9C9C. Windows color (decimal): -7687088 or 5289098. OLE color: 5289098.

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

Color convert

RGB 138 180 80 -
CMYK 0.23 0 0.56 0.29
HSL 85.2º 0.4% 0.51% -
HSV(B) 85.2º 0.56% 0.71% -
XYZ 28.25 38.62 13.56 -
YUV 156.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 138 180 80 0.23 0 0.56 0.29 85.2 0.4 0.51
Hex 8A B4 50 17 0 38 1D 55 28 33
Octal 212 264 120 27 0 70 35 125 50 63
Binary 10001010 10110100 1010000 10111 0 111000 11101 1010101 101000 110011

Color Harmonies of #8AB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB450

Black with #8AB450

Text Example


Text Example

White with #8AB450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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