Html Css Color HEX #9DEA6A Feijoa

📋 copy color: '#9DEA6A'

red 157 ◦ green 234 ◦ blue 106

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

Shades of Feijoa #9DEA6A

Tints of Feijoa #9DEA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.33%

R = 31.59%
G = 47.08%
B = 21.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#9DEA6A (or 0x9DEA6A) is known color: Feijoa. HEX triplet: 9D, EA and 6A. RGB value is (157,234,106). Sum of RGB (Red+Green+Blue) = 157+234+106=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA6A is #621595. Grayscale: #C4C4C4. Windows color (decimal): -6428054 or 7006877. OLE color: 7006877.

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

Color convert

RGB 157 234 106 -
CMYK 0.33 0 0.55 0.08
HSL 96.09º 0.75% 0.67% -
HSV(B) 96.09º 0.55% 0.92% -
XYZ 45.93 67.05 24.16 -
YUV 196.39 76.99 99.91 -
System Red Green Blue C M Y K H S L
Decimal 157 234 106 0.33 0 0.55 0.08 96.09 0.75 0.67
Hex 9D EA 6A 21 0 37 8 60 4B 43
Octal 235 352 152 41 0 67 10 140 113 103
Binary 10011101 11101010 1101010 100001 0 110111 1000 1100000 1001011 1000011

Color Harmonies of #9DEA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEA6A

Black with #9DEA6A

Text Example


Text Example

White with #9DEA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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