Html Css Color HEX #92D996 Granny Smith Apple

📋 copy color: '#92D996'

red 146 ◦ green 217 ◦ blue 150

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

Shades of Granny Smith Apple #92D996

Tints of Granny Smith Apple #92D996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 28.46%
G = 42.3%
B = 29.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#92D996 (or 0x92D996) is known color: Granny Smith Apple. HEX triplet: 92, D9 and 96. RGB value is (146,217,150). Sum of RGB (Red+Green+Blue) = 146+217+150=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #92D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D996 is #6D2669. Grayscale: #BCBCBC. Windows color (decimal): -7153258 or 9886098. OLE color: 9886098.

HSL color Cylindrical-coordinate representation of color #92D996: hue angle of 123.38º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92D996 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 217 150 -
CMYK 0.33 0 0.31 0.15
HSL 123.38º 0.48% 0.71% -
HSV(B) 123.38º 0.33% 0.85% -
XYZ 42.17 57.94 37.81 -
YUV 188.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 146 217 150 0.33 0 0.31 0.15 123.38 0.48 0.71
Hex 92 D9 96 21 0 1F F 7B 30 47
Octal 222 331 226 41 0 37 17 173 60 107
Binary 10010010 11011001 10010110 100001 0 11111 1111 1111011 110000 1000111

Color Harmonies of #92D996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D996

Black with #92D996

Text Example


Text Example

White with #92D996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,217,150); }

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

background-color css

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

 a { background-color: rgb(146,217,150); }

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

border-color css

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

 span { border-color: rgb(146,217,150); }

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