Html Css Color HEX #9CF06D Feijoa

📋 copy color: '#9CF06D'

red 156 ◦ green 240 ◦ blue 109

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

Shades of Feijoa #9CF06D

Tints of Feijoa #9CF06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.52%

 BLUE value IS 109 (42.97% from 255) = 21.58%

R = 30.89%
G = 47.52%
B = 21.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#9CF06D (or 0x9CF06D) is known color: Feijoa. HEX triplet: 9C, F0 and 6D. RGB value is (156,240,109). Sum of RGB (Red+Green+Blue) = 156+240+109=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF06D is #630F92. Grayscale: #C8C8C8. Windows color (decimal): -6492051 or 7205020. OLE color: 7205020.

HSL color Cylindrical-coordinate representation of color #9CF06D: hue angle of 98.47º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CF06D is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 240 109 -
CMYK 0.35 0 0.55 0.06
HSL 98.47º 0.81% 0.68% -
HSV(B) 98.47º 0.55% 0.94% -
XYZ 47.63 70.49 25.56 -
YUV 199.95 76.67 96.65 -
System Red Green Blue C M Y K H S L
Decimal 156 240 109 0.35 0 0.55 0.06 98.47 0.81 0.68
Hex 9C F0 6D 23 0 37 6 62 51 44
Octal 234 360 155 43 0 67 6 142 121 104
Binary 10011100 11110000 1101101 100011 0 110111 110 1100010 1010001 1000100

Color Harmonies of #9CF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF06D

Black with #9CF06D

Text Example


Text Example

White with #9CF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,240,109); }

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

background-color css

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

 a { background-color: rgb(156,240,109); }

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

border-color css

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

 span { border-color: rgb(156,240,109); }

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