Html Css Color HEX #94EA7B Granny Smith Apple

📋 copy color: '#94EA7B'

red 148 ◦ green 234 ◦ blue 123

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

Shades of Granny Smith Apple #94EA7B

Tints of Granny Smith Apple #94EA7B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.34%

 BLUE value IS 123 (48.44% from 255) = 24.36%

R = 29.31%
G = 46.34%
B = 24.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#94EA7B (or 0x94EA7B) is known color: Granny Smith Apple. HEX triplet: 94, EA and 7B. RGB value is (148,234,123). Sum of RGB (Red+Green+Blue) = 148+234+123=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EA7B is #6B1584. Grayscale: #C3C3C3. Windows color (decimal): -7017861 or 8120980. OLE color: 8120980.

HSL color Cylindrical-coordinate representation of color #94EA7B: hue angle of 106.49º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94EA7B is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 123 -
CMYK 0.37 0 0.47 0.08
HSL 106.49º 0.73% 0.7% -
HSV(B) 106.49º 0.47% 0.92% -
XYZ 45.21 66.57 29.21 -
YUV 195.63 87.01 94.03 -
System Red Green Blue C M Y K H S L
Decimal 148 234 123 0.37 0 0.47 0.08 106.49 0.73 0.7
Hex 94 EA 7B 25 0 2F 8 6A 49 46
Octal 224 352 173 45 0 57 10 152 111 106
Binary 10010100 11101010 1111011 100101 0 101111 1000 1101010 1001001 1000110

Color Harmonies of #94EA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EA7B

Black with #94EA7B

Text Example


Text Example

White with #94EA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,234,123); }

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

background-color css

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

 a { background-color: rgb(148,234,123); }

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

border-color css

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

 span { border-color: rgb(148,234,123); }

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