#92D68C

Color #92D68C Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #92D68C

Tints of Granny Smith Apple #92D68C

Color information

#92D68C (or 0x92D68C) is unknown color: approx Granny Smith Apple. HEX triplet: 92, D6 and 8C. RGB value is (146,214,140). Sum of RGB (Red+Green+Blue) = 146+214+140=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #92D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D68C is #6D2973. Grayscale: #B9B9B9. Windows color (decimal): -7154036 or 9229970. OLE color: 9229970.

HSL color Cylindrical-coordinate representation of color #92D68C: hue angle of 115.14º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92D68C is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB146214140-
CMYK0.3200.350.16
HSL115.14º47.44%69.41%-
HSV(B)115.14º34.58%83.92%-
XYZ40.6356.133.5-
YUV185.23102.47100.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 214 (83.98% from 255) = 42.8%
BLUE value IS 140 (55.08% from 255) = 28%
R=29.2%
G=42.8%
B=28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462141400.3200.350.16115.1447.4469.41
Hex92D68C2002310732f45
Octal222326214400432016357105
Binary10010010110101101000110010000001000111000011100111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,214,140); }

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

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

 a { background-color: rgb(146,214,140); }

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

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

 span { border-color: rgb(146,214,140); }

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