Html Css Color HEX #94AE4A Chelsea Cucumber

📋 copy color: '#94AE4A'

red 148 ◦ green 174 ◦ blue 74

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

Shades of Chelsea Cucumber #94AE4A

Tints of Chelsea Cucumber #94AE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.94%

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

R = 37.37%
G = 43.94%
B = 18.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#94AE4A (or 0x94AE4A) is known color: Chelsea Cucumber. HEX triplet: 94, AE and 4A. RGB value is (148,174,74). Sum of RGB (Red+Green+Blue) = 148+174+74=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AE4A is #6B51B5. Grayscale: #9B9B9B. Windows color (decimal): -7033270 or 4894356. OLE color: 4894356.

HSL color Cylindrical-coordinate representation of color #94AE4A: hue angle of 75.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94AE4A is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 174 74 -
CMYK 0.15 0 0.57 0.32
HSL 75.6º 0.4% 0.49% -
HSV(B) 75.6º 0.57% 0.68% -
XYZ 28.58 37.06 12.13 -
YUV 154.83 82.39 123.13 -
System Red Green Blue C M Y K H S L
Decimal 148 174 74 0.15 0 0.57 0.32 75.6 0.4 0.49
Hex 94 AE 4A F 0 39 20 4C 28 31
Octal 224 256 112 17 0 71 40 114 50 61
Binary 10010100 10101110 1001010 1111 0 111001 100000 1001100 101000 110001

Color Harmonies of #94AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AE4A

Black with #94AE4A

Text Example


Text Example

White with #94AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,174,74); }

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

background-color css

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

 a { background-color: rgb(148,174,74); }

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

border-color css

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

 span { border-color: rgb(148,174,74); }

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