Html Css Color HEX #9CED74 Feijoa

📋 copy color: '#9CED74'

red 156 ◦ green 237 ◦ blue 116

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

Shades of Feijoa #9CED74

Tints of Feijoa #9CED74

RGB

 RED value IS 156 (61.33% from 255) = 30.65%

 GREEN value IS 237 (92.97% from 255) = 46.56%

 BLUE value IS 116 (45.7% from 255) = 22.79%

R = 30.65%
G = 46.56%
B = 22.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#9CED74 (or 0x9CED74) is known color: Feijoa. HEX triplet: 9C, ED and 74. RGB value is (156,237,116). Sum of RGB (Red+Green+Blue) = 156+237+116=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #9CED74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CED74 is #63128B. Grayscale: #C7C7C7. Windows color (decimal): -6492812 or 7663004. OLE color: 7663004.

HSL color Cylindrical-coordinate representation of color #9CED74: hue angle of 100.17º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CED74 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 237 116 -
CMYK 0.34 0 0.51 0.07
HSL 100.17º 0.77% 0.69% -
HSV(B) 100.17º 0.51% 0.93% -
XYZ 47.15 68.9 27.34 -
YUV 198.99 81.16 97.34 -
System Red Green Blue C M Y K H S L
Decimal 156 237 116 0.34 0 0.51 0.07 100.17 0.77 0.69
Hex 9C ED 74 22 0 33 7 64 4D 45
Octal 234 355 164 42 0 63 7 144 115 105
Binary 10011100 11101101 1110100 100010 0 110011 111 1100100 1001101 1000101

Color Harmonies of #9CED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CED74

Black with #9CED74

Text Example


Text Example

White with #9CED74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,237,116); }

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

background-color css

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

 a { background-color: rgb(156,237,116); }

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

border-color css

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

 span { border-color: rgb(156,237,116); }

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