Html Css Color HEX #92F0A5 Pale Green

📋 copy color: '#92F0A5'

red 146 ◦ green 240 ◦ blue 165

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

Shades of Pale Green #92F0A5

Tints of Pale Green #92F0A5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.56%

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

R = 26.5%
G = 43.56%
B = 29.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#92F0A5 (or 0x92F0A5) is known color: Pale Green. HEX triplet: 92, F0 and A5. RGB value is (146,240,165). Sum of RGB (Red+Green+Blue) = 146+240+165=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F0A5 is #6D0F5A. Grayscale: #CBCBCB. Windows color (decimal): -7147355 or 10875026. OLE color: 10875026.

HSL color Cylindrical-coordinate representation of color #92F0A5: hue angle of 132.13º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F0A5 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 240 165 -
CMYK 0.39 0 0.31 0.06
HSL 132.13º 0.76% 0.76% -
HSV(B) 132.13º 0.39% 0.94% -
XYZ 49.81 71.15 46.71 -
YUV 203.34 106.36 87.1 -
System Red Green Blue C M Y K H S L
Decimal 146 240 165 0.39 0 0.31 0.06 132.13 0.76 0.76
Hex 92 F0 A5 27 0 1F 6 84 4C 4C
Octal 222 360 245 47 0 37 6 204 114 114
Binary 10010010 11110000 10100101 100111 0 11111 110 10000100 1001100 1001100

Color Harmonies of #92F0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92F0A5

Black with #92F0A5

Text Example


Text Example

White with #92F0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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