Html Css Color HEX #97D68A Granny Smith Apple

📋 copy color: '#97D68A'

red 151 ◦ green 214 ◦ blue 138

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

Shades of Granny Smith Apple #97D68A

Tints of Granny Smith Apple #97D68A

RGB

 RED value IS 151 (59.38% from 255) = 30.02%

 GREEN value IS 214 (83.98% from 255) = 42.54%

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 30.02%
G = 42.54%
B = 27.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#97D68A (or 0x97D68A) is known color: Granny Smith Apple. HEX triplet: 97, D6 and 8A. RGB value is (151,214,138). Sum of RGB (Red+Green+Blue) = 151+214+138=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #97D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D68A is #682975. Grayscale: #BABABA. Windows color (decimal): -6826358 or 9098903. OLE color: 9098903.

HSL color Cylindrical-coordinate representation of color #97D68A: hue angle of 109.74º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97D68A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 214 138 -
CMYK 0.29 0 0.36 0.16
HSL 109.74º 0.48% 0.69% -
HSV(B) 109.74º 0.36% 0.84% -
XYZ 41.4 56.51 32.77 -
YUV 186.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 151 214 138 0.29 0 0.36 0.16 109.74 0.48 0.69
Hex 97 D6 8A 1D 0 24 10 6E 30 45
Octal 227 326 212 35 0 44 20 156 60 105
Binary 10010111 11010110 10001010 11101 0 100100 10000 1101110 110000 1000101

Color Harmonies of #97D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D68A

Black with #97D68A

Text Example


Text Example

White with #97D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97D68A; }

 p { color: rgb(151,214,138); }

 H1.HeaderClassName
 {
   color: #97D68A;
 }
 .AnyTagClassName
 {
   color: #97D68A;
 }
</style>

background-color css

<style>
 a { background-color: #97D68A; }

 a { background-color: rgb(151,214,138); }

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

border-color css

<style>
 span { border-color: #97D68A; }

 span { border-color: rgb(151,214,138); }

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