Html Css Color HEX #9DF167 Feijoa

📋 copy color: '#9DF167'

red 157 ◦ green 241 ◦ blue 103

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

Shades of Feijoa #9DF167

Tints of Feijoa #9DF167

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.1%

 BLUE value IS 103 (40.63% from 255) = 20.56%

R = 31.34%
G = 48.1%
B = 20.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#9DF167 (or 0x9DF167) is known color: Feijoa. HEX triplet: 9D, F1 and 67. RGB value is (157,241,103). Sum of RGB (Red+Green+Blue) = 157+241+103=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF167 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF167 is #620E98. Grayscale: #C8C8C8. Windows color (decimal): -6426265 or 6812061. OLE color: 6812061.

HSL color Cylindrical-coordinate representation of color #9DF167: hue angle of 96.52º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DF167 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 241 103 -
CMYK 0.35 0 0.57 0.05
HSL 96.52º 0.83% 0.67% -
HSV(B) 96.52º 0.57% 0.95% -
XYZ 47.81 71.06 24.03 -
YUV 200.15 73.17 97.22 -
System Red Green Blue C M Y K H S L
Decimal 157 241 103 0.35 0 0.57 0.05 96.52 0.83 0.67
Hex 9D F1 67 23 0 39 5 61 53 43
Octal 235 361 147 43 0 71 5 141 123 103
Binary 10011101 11110001 1100111 100011 0 111001 101 1100001 1010011 1000011

Color Harmonies of #9DF167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF167

Black with #9DF167

Text Example


Text Example

White with #9DF167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,241,103); }

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

background-color css

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

 a { background-color: rgb(157,241,103); }

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

border-color css

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

 span { border-color: rgb(157,241,103); }

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