Html Css Color HEX #92D88D Granny Smith Apple

📋 copy color: '#92D88D'

red 146 ◦ green 216 ◦ blue 141

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

Shades of Granny Smith Apple #92D88D

Tints of Granny Smith Apple #92D88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.94%

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 29.03%
G = 42.94%
B = 28.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#92D88D (or 0x92D88D) is known color: Granny Smith Apple. HEX triplet: 92, D8 and 8D. RGB value is (146,216,141). Sum of RGB (Red+Green+Blue) = 146+216+141=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #92D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D88D is #6D2772. Grayscale: #BABABA. Windows color (decimal): -7153523 or 9296018. OLE color: 9296018.

HSL color Cylindrical-coordinate representation of color #92D88D: hue angle of 116º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92D88D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 216 141 -
CMYK 0.32 0 0.35 0.15
HSL 116º 0.49% 0.7% -
HSV(B) 116º 0.35% 0.85% -
XYZ 41.22 57.15 34.06 -
YUV 186.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 146 216 141 0.32 0 0.35 0.15 116 0.49 0.7
Hex 92 D8 8D 20 0 23 F 74 31 46
Octal 222 330 215 40 0 43 17 164 61 106
Binary 10010010 11011000 10001101 100000 0 100011 1111 1110100 110001 1000110

Color Harmonies of #92D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D88D

Black with #92D88D

Text Example


Text Example

White with #92D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,216,141); }

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

background-color css

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

 a { background-color: rgb(146,216,141); }

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

border-color css

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

 span { border-color: rgb(146,216,141); }

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