Html Css Color HEX #9DEA71 Feijoa

📋 copy color: '#9DEA71'

red 157 ◦ green 234 ◦ blue 113

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

Shades of Feijoa #9DEA71

Tints of Feijoa #9DEA71

RGB

 RED value IS 157 (61.72% from 255) = 31.15%

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

 BLUE value IS 113 (44.53% from 255) = 22.42%

R = 31.15%
G = 46.43%
B = 22.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#9DEA71 (or 0x9DEA71) is known color: Feijoa. HEX triplet: 9D, EA and 71. RGB value is (157,234,113). Sum of RGB (Red+Green+Blue) = 157+234+113=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA71 is #62158E. Grayscale: #C5C5C5. Windows color (decimal): -6428047 or 7465629. OLE color: 7465629.

HSL color Cylindrical-coordinate representation of color #9DEA71: hue angle of 98.18º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DEA71 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 234 113 -
CMYK 0.33 0 0.52 0.08
HSL 98.18º 0.74% 0.68% -
HSV(B) 98.18º 0.52% 0.92% -
XYZ 46.31 67.21 26.15 -
YUV 197.18 80.49 99.34 -
System Red Green Blue C M Y K H S L
Decimal 157 234 113 0.33 0 0.52 0.08 98.18 0.74 0.68
Hex 9D EA 71 21 0 34 8 62 4A 44
Octal 235 352 161 41 0 64 10 142 112 104
Binary 10011101 11101010 1110001 100001 0 110100 1000 1100010 1001010 1000100

Color Harmonies of #9DEA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEA71

Black with #9DEA71

Text Example


Text Example

White with #9DEA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DEA71; }

 p { color: rgb(157,234,113); }

 H1.HeaderClassName
 {
   color: #9DEA71;
 }
 .AnyTagClassName
 {
   color: #9DEA71;
 }
</style>

background-color css

<style>
 a { background-color: #9DEA71; }

 a { background-color: rgb(157,234,113); }

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

border-color css

<style>
 span { border-color: #9DEA71; }

 span { border-color: rgb(157,234,113); }

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