Html Css Color HEX #90A14F Chelsea Cucumber

📋 copy color: '#90A14F'

red 144 ◦ green 161 ◦ blue 79

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

Shades of Chelsea Cucumber #90A14F

Tints of Chelsea Cucumber #90A14F

RGB

 RED value IS 144 (56.64% from 255) = 37.5%

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 37.5%
G = 41.93%
B = 20.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#90A14F (or 0x90A14F) is known color: Chelsea Cucumber. HEX triplet: 90, A1 and 4F. RGB value is (144,161,79). Sum of RGB (Red+Green+Blue) = 144+161+79=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #90A14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A14F is #6F5EB0. Grayscale: #929292. Windows color (decimal): -7298737 or 5218704. OLE color: 5218704.

HSL color Cylindrical-coordinate representation of color #90A14F: hue angle of 72.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90A14F is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 161 79 -
CMYK 0.11 0 0.51 0.37
HSL 72.44º 0.34% 0.47% -
HSV(B) 72.44º 0.51% 0.63% -
XYZ 25.66 31.98 12.22 -
YUV 146.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 144 161 79 0.11 0 0.51 0.37 72.44 0.34 0.47
Hex 90 A1 4F B 0 33 25 48 22 2F
Octal 220 241 117 13 0 63 45 110 42 57
Binary 10010000 10100001 1001111 1011 0 110011 100101 1001000 100010 101111

Color Harmonies of #90A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A14F

Black with #90A14F

Text Example


Text Example

White with #90A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A14F; }

 p { color: rgb(144,161,79); }

 H1.HeaderClassName
 {
   color: #90A14F;
 }
 .AnyTagClassName
 {
   color: #90A14F;
 }
</style>

background-color css

<style>
 a { background-color: #90A14F; }

 a { background-color: rgb(144,161,79); }

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

border-color css

<style>
 span { border-color: #90A14F; }

 span { border-color: rgb(144,161,79); }

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