Html Css Color HEX #94AF60 Chelsea Cucumber

📋 copy color: '#94AF60'

red 148 ◦ green 175 ◦ blue 96

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

Shades of Chelsea Cucumber #94AF60

Tints of Chelsea Cucumber #94AF60

RGB

 RED value IS 148 (58.2% from 255) = 35.32%

 GREEN value IS 175 (68.75% from 255) = 41.77%

 BLUE value IS 96 (37.89% from 255) = 22.91%

R = 35.32%
G = 41.77%
B = 22.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#94AF60 (or 0x94AF60) is known color: Chelsea Cucumber. HEX triplet: 94, AF and 60. RGB value is (148,175,96). Sum of RGB (Red+Green+Blue) = 148+175+96=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF60 is #6B509F. Grayscale: #9E9E9E. Windows color (decimal): -7032992 or 6336404. OLE color: 6336404.

HSL color Cylindrical-coordinate representation of color #94AF60: hue angle of 80.51º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94AF60 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 175 96 -
CMYK 0.15 0 0.45 0.31
HSL 80.51º 0.33% 0.53% -
HSV(B) 80.51º 0.45% 0.69% -
XYZ 29.65 37.8 16.8 -
YUV 157.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 148 175 96 0.15 0 0.45 0.31 80.51 0.33 0.53
Hex 94 AF 60 F 0 2D 1F 51 21 35
Octal 224 257 140 17 0 55 37 121 41 65
Binary 10010100 10101111 1100000 1111 0 101101 11111 1010001 100001 110101

Color Harmonies of #94AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF60

Black with #94AF60

Text Example


Text Example

White with #94AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AF60; }

 p { color: rgb(148,175,96); }

 H1.HeaderClassName
 {
   color: #94AF60;
 }
 .AnyTagClassName
 {
   color: #94AF60;
 }
</style>

background-color css

<style>
 a { background-color: #94AF60; }

 a { background-color: rgb(148,175,96); }

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

border-color css

<style>
 span { border-color: #94AF60; }

 span { border-color: rgb(148,175,96); }

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