Html Css Color HEX #93F2AB Pale Green

📋 copy color: '#93F2AB'

red 147 ◦ green 242 ◦ blue 171

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

Shades of Pale Green #93F2AB

Tints of Pale Green #93F2AB

RGB

 RED value IS 147 (57.81% from 255) = 26.25%

 GREEN value IS 242 (94.92% from 255) = 43.21%

 BLUE value IS 171 (67.19% from 255) = 30.54%

R = 26.25%
G = 43.21%
B = 30.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#93F2AB (or 0x93F2AB) is known color: Pale Green. HEX triplet: 93, F2 and AB. RGB value is (147,242,171). Sum of RGB (Red+Green+Blue) = 147+242+171=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F2AB is #6C0D54. Grayscale: #CDCDCD. Windows color (decimal): -7081301 or 11268755. OLE color: 11268755.

HSL color Cylindrical-coordinate representation of color #93F2AB: hue angle of 135.16º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F2AB is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 242 171 -
CMYK 0.39 0 0.29 0.05
HSL 135.16º 0.79% 0.76% -
HSV(B) 135.16º 0.39% 0.95% -
XYZ 51.14 72.65 49.86 -
YUV 205.5 108.53 86.27 -
System Red Green Blue C M Y K H S L
Decimal 147 242 171 0.39 0 0.29 0.05 135.16 0.79 0.76
Hex 93 F2 AB 27 0 1D 5 87 4F 4C
Octal 223 362 253 47 0 35 5 207 117 114
Binary 10010011 11110010 10101011 100111 0 11101 101 10000111 1001111 1001100

Color Harmonies of #93F2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F2AB

Black with #93F2AB

Text Example


Text Example

White with #93F2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93F2AB; }

 p { color: rgb(147,242,171); }

 H1.HeaderClassName
 {
   color: #93F2AB;
 }
 .AnyTagClassName
 {
   color: #93F2AB;
 }
</style>

background-color css

<style>
 a { background-color: #93F2AB; }

 a { background-color: rgb(147,242,171); }

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

border-color css

<style>
 span { border-color: #93F2AB; }

 span { border-color: rgb(147,242,171); }

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