Html Css Color HEX #8FA14A Chelsea Cucumber

📋 copy color: '#8FA14A'

red 143 ◦ green 161 ◦ blue 74

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

Shades of Chelsea Cucumber #8FA14A

Tints of Chelsea Cucumber #8FA14A

RGB

 RED value IS 143 (56.25% from 255) = 37.83%

 GREEN value IS 161 (63.28% from 255) = 42.59%

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 37.83%
G = 42.59%
B = 19.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#8FA14A (or 0x8FA14A) is known color: Chelsea Cucumber. HEX triplet: 8F, A1 and 4A. RGB value is (143,161,74). Sum of RGB (Red+Green+Blue) = 143+161+74=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA14A is #705EB5. Grayscale: #929292. Windows color (decimal): -7364278 or 4891023. OLE color: 4891023.

HSL color Cylindrical-coordinate representation of color #8FA14A: hue angle of 72.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FA14A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 161 74 -
CMYK 0.11 0 0.54 0.37
HSL 72.41º 0.37% 0.46% -
HSV(B) 72.41º 0.54% 0.63% -
XYZ 25.31 31.82 11.29 -
YUV 145.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 143 161 74 0.11 0 0.54 0.37 72.41 0.37 0.46
Hex 8F A1 4A B 0 36 25 48 25 2E
Octal 217 241 112 13 0 66 45 110 45 56
Binary 10001111 10100001 1001010 1011 0 110110 100101 1001000 100101 101110

Color Harmonies of #8FA14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA14A

Black with #8FA14A

Text Example


Text Example

White with #8FA14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,161,74); }

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

background-color css

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

 a { background-color: rgb(143,161,74); }

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

border-color css

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

 span { border-color: rgb(143,161,74); }

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