Html Css Color HEX #92FCA5 Pale Green

📋 copy color: '#92FCA5'

red 146 ◦ green 252 ◦ blue 165

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

Shades of Pale Green #92FCA5

Tints of Pale Green #92FCA5

RGB

 RED value IS 146 (57.42% from 255) = 25.93%

 GREEN value IS 252 (98.83% from 255) = 44.76%

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

R = 25.93%
G = 44.76%
B = 29.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#92FCA5 (or 0x92FCA5) is known color: Pale Green. HEX triplet: 92, FC and A5. RGB value is (146,252,165). Sum of RGB (Red+Green+Blue) = 146+252+165=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FCA5 is #6D035A. Grayscale: #D2D2D2. Windows color (decimal): -7144283 or 10878098. OLE color: 10878098.

HSL color Cylindrical-coordinate representation of color #92FCA5: hue angle of 130.75º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FCA5 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 146 252 165 -
CMYK 0.42 0 0.35 0.01
HSL 130.75º 0.95% 0.78% -
HSV(B) 130.75º 0.42% 0.99% -
XYZ 53.46 78.45 47.92 -
YUV 210.39 102.38 82.07 -
System Red Green Blue C M Y K H S L
Decimal 146 252 165 0.42 0 0.35 0.01 130.75 0.95 0.78
Hex 92 FC A5 2A 0 23 1 83 5F 4E
Octal 222 374 245 52 0 43 1 203 137 116
Binary 10010010 11111100 10100101 101010 0 100011 1 10000011 1011111 1001110

Color Harmonies of #92FCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FCA5

Black with #92FCA5

Text Example


Text Example

White with #92FCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92FCA5; }

 p { color: rgb(146,252,165); }

 H1.HeaderClassName
 {
   color: #92FCA5;
 }
 .AnyTagClassName
 {
   color: #92FCA5;
 }
</style>

background-color css

<style>
 a { background-color: #92FCA5; }

 a { background-color: rgb(146,252,165); }

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

border-color css

<style>
 span { border-color: #92FCA5; }

 span { border-color: rgb(146,252,165); }

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