Html Css Color HEX #8DA264 Chelsea Cucumber

📋 copy color: '#8DA264'

red 141 ◦ green 162 ◦ blue 100

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

Shades of Chelsea Cucumber #8DA264

Tints of Chelsea Cucumber #8DA264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.81%

R = 34.99%
G = 40.2%
B = 24.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#8DA264 (or 0x8DA264) is known color: Chelsea Cucumber. HEX triplet: 8D, A2 and 64. RGB value is (141,162,100). Sum of RGB (Red+Green+Blue) = 141+162+100=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA264 is #725D9B. Grayscale: #949494. Windows color (decimal): -7495068 or 6595213. OLE color: 6595213.

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

Color convert

RGB 141 162 100 -
CMYK 0.13 0 0.38 0.36
HSL 80.32º 0.25% 0.51% -
HSV(B) 80.32º 0.38% 0.64% -
XYZ 26.21 32.42 16.93 -
YUV 148.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 141 162 100 0.13 0 0.38 0.36 80.32 0.25 0.51
Hex 8D A2 64 D 0 26 24 50 19 33
Octal 215 242 144 15 0 46 44 120 31 63
Binary 10001101 10100010 1100100 1101 0 100110 100100 1010000 11001 110011

Color Harmonies of #8DA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA264

Black with #8DA264

Text Example


Text Example

White with #8DA264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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