Html Css Color HEX #94EFA7 Pale Green

📋 copy color: '#94EFA7'

red 148 ◦ green 239 ◦ blue 167

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

Shades of Pale Green #94EFA7

Tints of Pale Green #94EFA7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

 BLUE value IS 167 (65.63% from 255) = 30.14%

R = 26.71%
G = 43.14%
B = 30.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#94EFA7 (or 0x94EFA7) is known color: Pale Green. HEX triplet: 94, EF and A7. RGB value is (148,239,167). Sum of RGB (Red+Green+Blue) = 148+239+167=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EFA7 is #6B1058. Grayscale: #CBCBCB. Windows color (decimal): -7016537 or 11005844. OLE color: 11005844.

HSL color Cylindrical-coordinate representation of color #94EFA7: hue angle of 132.53º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EFA7 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 239 167 -
CMYK 0.38 0 0.30 0.06
HSL 132.53º 0.74% 0.76% -
HSV(B) 132.53º 0.38% 0.94% -
XYZ 50.05 70.82 47.59 -
YUV 203.58 107.35 88.35 -
System Red Green Blue C M Y K H S L
Decimal 148 239 167 0.38 0 0.30 0.06 132.53 0.74 0.76
Hex 94 EF A7 26 0 1E 6 85 4A 4C
Octal 224 357 247 46 0 36 6 205 112 114
Binary 10010100 11101111 10100111 100110 0 11110 110 10000101 1001010 1001100

Color Harmonies of #94EFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EFA7

Black with #94EFA7

Text Example


Text Example

White with #94EFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,239,167); }

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

background-color css

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

 a { background-color: rgb(148,239,167); }

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

border-color css

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

 span { border-color: rgb(148,239,167); }

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