Html Css Color HEX #8DA25A Chelsea Cucumber

📋 copy color: '#8DA25A'

red 141 ◦ green 162 ◦ blue 90

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

Shades of Chelsea Cucumber #8DA25A

Tints of Chelsea Cucumber #8DA25A

RGB

 RED value IS 141 (55.47% from 255) = 35.88%

 GREEN value IS 162 (63.67% from 255) = 41.22%

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 35.88%
G = 41.22%
B = 22.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#8DA25A (or 0x8DA25A) is known color: Chelsea Cucumber. HEX triplet: 8D, A2 and 5A. RGB value is (141,162,90). Sum of RGB (Red+Green+Blue) = 141+162+90=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA25A is #725DA5. Grayscale: #939393. Windows color (decimal): -7495078 or 5939853. OLE color: 5939853.

HSL color Cylindrical-coordinate representation of color #8DA25A: hue angle of 77.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA25A is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 162 90 -
CMYK 0.13 0 0.44 0.36
HSL 77.5º 0.29% 0.49% -
HSV(B) 77.5º 0.44% 0.64% -
XYZ 25.75 32.24 14.54 -
YUV 147.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 141 162 90 0.13 0 0.44 0.36 77.5 0.29 0.49
Hex 8D A2 5A D 0 2C 24 4E 1D 31
Octal 215 242 132 15 0 54 44 116 35 61
Binary 10001101 10100010 1011010 1101 0 101100 100100 1001110 11101 110001

Color Harmonies of #8DA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA25A

Black with #8DA25A

Text Example


Text Example

White with #8DA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,162,90); }

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

background-color css

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

 a { background-color: rgb(141,162,90); }

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

border-color css

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

 span { border-color: rgb(141,162,90); }

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