Html Css Color HEX #94C3A5 Summer Green

📋 copy color: '#94C3A5'

red 148 ◦ green 195 ◦ blue 165

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

Shades of Summer Green #94C3A5

Tints of Summer Green #94C3A5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.39%

 BLUE value IS 165 (64.84% from 255) = 32.48%

R = 29.13%
G = 38.39%
B = 32.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#94C3A5 (or 0x94C3A5) is known color: Summer Green. HEX triplet: 94, C3 and A5. RGB value is (148,195,165). Sum of RGB (Red+Green+Blue) = 148+195+165=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #94C3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C3A5 is #6B3C5A. Grayscale: #B1B1B1. Windows color (decimal): -7027803 or 10863508. OLE color: 10863508.

HSL color Cylindrical-coordinate representation of color #94C3A5: hue angle of 141.7º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C3A5 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 195 165 -
CMYK 0.24 0 0.15 0.24
HSL 141.7º 0.28% 0.67% -
HSV(B) 141.7º 0.24% 0.76% -
XYZ 38.52 48.04 42.84 -
YUV 177.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 148 195 165 0.24 0 0.15 0.24 141.7 0.28 0.67
Hex 94 C3 A5 18 0 F 18 8E 1C 43
Octal 224 303 245 30 0 17 30 216 34 103
Binary 10010100 11000011 10100101 11000 0 1111 11000 10001110 11100 1000011

Color Harmonies of #94C3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C3A5

Black with #94C3A5

Text Example


Text Example

White with #94C3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,195,165); }

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

background-color css

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

 a { background-color: rgb(148,195,165); }

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

border-color css

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

 span { border-color: rgb(148,195,165); }

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