Html Css Color HEX #94D68A Granny Smith Apple

📋 copy color: '#94D68A'

red 148 ◦ green 214 ◦ blue 138

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

Shades of Granny Smith Apple #94D68A

Tints of Granny Smith Apple #94D68A

RGB

 RED value IS 148 (58.2% from 255) = 29.6%

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

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

R = 29.6%
G = 42.8%
B = 27.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#94D68A (or 0x94D68A) is known color: Granny Smith Apple. HEX triplet: 94, D6 and 8A. RGB value is (148,214,138). Sum of RGB (Red+Green+Blue) = 148+214+138=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #94D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D68A is #6B2975. Grayscale: #B9B9B9. Windows color (decimal): -7022966 or 9098900. OLE color: 9098900.

HSL color Cylindrical-coordinate representation of color #94D68A: hue angle of 112.11º 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 #94D68A is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 138 -
CMYK 0.31 0 0.36 0.16
HSL 112.11º 0.48% 0.69% -
HSV(B) 112.11º 0.36% 0.84% -
XYZ 40.85 56.22 32.74 -
YUV 185.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 148 214 138 0.31 0 0.36 0.16 112.11 0.48 0.69
Hex 94 D6 8A 1F 0 24 10 70 30 45
Octal 224 326 212 37 0 44 20 160 60 105
Binary 10010100 11010110 10001010 11111 0 100100 10000 1110000 110000 1000101

Color Harmonies of #94D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D68A

Black with #94D68A

Text Example


Text Example

White with #94D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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