Html Css Color HEX #94C4A2 Summer Green

📋 copy color: '#94C4A2'

red 148 ◦ green 196 ◦ blue 162

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

Shades of Summer Green #94C4A2

Tints of Summer Green #94C4A2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.74%

 BLUE value IS 162 (63.67% from 255) = 32.02%

R = 29.25%
G = 38.74%
B = 32.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#94C4A2 (or 0x94C4A2) is known color: Summer Green. HEX triplet: 94, C4 and A2. RGB value is (148,196,162). Sum of RGB (Red+Green+Blue) = 148+196+162=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #94C4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C4A2 is #6B3B5D. Grayscale: #B1B1B1. Windows color (decimal): -7027550 or 10667156. OLE color: 10667156.

HSL color Cylindrical-coordinate representation of color #94C4A2: hue angle of 137.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C4A2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 196 162 -
CMYK 0.24 0 0.17 0.23
HSL 137.5º 0.29% 0.67% -
HSV(B) 137.5º 0.24% 0.77% -
XYZ 38.47 48.38 41.49 -
YUV 177.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 148 196 162 0.24 0 0.17 0.23 137.5 0.29 0.67
Hex 94 C4 A2 18 0 11 17 8A 1D 43
Octal 224 304 242 30 0 21 27 212 35 103
Binary 10010100 11000100 10100010 11000 0 10001 10111 10001010 11101 1000011

Color Harmonies of #94C4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C4A2

Black with #94C4A2

Text Example


Text Example

White with #94C4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,196,162); }

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

background-color css

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

 a { background-color: rgb(148,196,162); }

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

border-color css

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

 span { border-color: rgb(148,196,162); }

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