#92F769

Color #92F769 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #92F769

Tints of Pastel Green #92F769

Color information

#92F769 (or 0x92F769) is unknown color: approx Pastel Green. HEX triplet: 92, F7 and 69. RGB value is (146,247,105). Sum of RGB (Red+Green+Blue) = 146+247+105=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #92F769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F769 is #6D0896. Grayscale: #C9C9C9. Windows color (decimal): -7145623 or 6944658. OLE color: 6944658.

HSL color Cylindrical-coordinate representation of color #92F769: hue angle of 102.68º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92F769 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB146247105-
CMYK0.4100.570.03
HSL102.68º89.87%69.02%-
HSV(B)102.68º57.49%96.86%-
XYZ47.6673.6525.07-
YUV200.6174.0489.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 247 (96.88% from 255) = 49.60%
BLUE value IS 105 (41.41% from 255) = 21.08%
R=29.32%
G=49.60%
B=21.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462471050.4100.570.03102.6889.8769.02
Hex92F769290393675a45
Octal222367151510713147132105
Binary10010010111101111101001101001011100111110011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,247,105); }

 H1.HeaderClassName
 {
   color: #92F769;
 }
 .AnyTagClassName
 {
   color: #92F769;
 }
</style>
background-color css

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

 a { background-color: rgb(146,247,105); }

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

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

 span { border-color: rgb(146,247,105); }

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