Html Css Color HEX #94F69B Pale Green

📋 copy color: '#94F69B'

red 148 ◦ green 246 ◦ blue 155

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

Shades of Pale Green #94F69B

Tints of Pale Green #94F69B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.81%

 BLUE value IS 155 (60.94% from 255) = 28.23%

R = 26.96%
G = 44.81%
B = 28.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#94F69B (or 0x94F69B) is known color: Pale Green. HEX triplet: 94, F6 and 9B. RGB value is (148,246,155). Sum of RGB (Red+Green+Blue) = 148+246+155=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #94F69B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F69B is #6B0964. Grayscale: #CECECE. Windows color (decimal): -7014757 or 10221204. OLE color: 10221204.

HSL color Cylindrical-coordinate representation of color #94F69B: hue angle of 124.29º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F69B is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 246 155 -
CMYK 0.40 0 0.37 0.04
HSL 124.29º 0.84% 0.77% -
HSV(B) 124.29º 0.4% 0.96% -
XYZ 51.08 74.57 42.71 -
YUV 206.32 99.03 86.4 -
System Red Green Blue C M Y K H S L
Decimal 148 246 155 0.40 0 0.37 0.04 124.29 0.84 0.77
Hex 94 F6 9B 28 0 25 4 7C 54 4D
Octal 224 366 233 50 0 45 4 174 124 115
Binary 10010100 11110110 10011011 101000 0 100101 100 1111100 1010100 1001101

Color Harmonies of #94F69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F69B

Black with #94F69B

Text Example


Text Example

White with #94F69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,246,155); }

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

background-color css

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

 a { background-color: rgb(148,246,155); }

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

border-color css

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

 span { border-color: rgb(148,246,155); }

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