Html Css Color HEX #9AF674 Feijoa

📋 copy color: '#9AF674'

red 154 ◦ green 246 ◦ blue 116

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

Shades of Feijoa #9AF674

Tints of Feijoa #9AF674

RGB

 RED value IS 154 (60.55% from 255) = 29.84%

 GREEN value IS 246 (96.48% from 255) = 47.67%

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

R = 29.84%
G = 47.67%
B = 22.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#9AF674 (or 0x9AF674) is known color: Feijoa. HEX triplet: 9A, F6 and 74. RGB value is (154,246,116). Sum of RGB (Red+Green+Blue) = 154+246+116=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF674 is #65098B. Grayscale: #CCCCCC. Windows color (decimal): -6621580 or 7665306. OLE color: 7665306.

HSL color Cylindrical-coordinate representation of color #9AF674: hue angle of 102.46º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AF674 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 246 116 -
CMYK 0.37 0 0.53 0.04
HSL 102.46º 0.88% 0.71% -
HSV(B) 102.46º 0.53% 0.96% -
XYZ 49.43 74.04 28.21 -
YUV 203.67 78.52 92.57 -
System Red Green Blue C M Y K H S L
Decimal 154 246 116 0.37 0 0.53 0.04 102.46 0.88 0.71
Hex 9A F6 74 25 0 35 4 66 58 47
Octal 232 366 164 45 0 65 4 146 130 107
Binary 10011010 11110110 1110100 100101 0 110101 100 1100110 1011000 1000111

Color Harmonies of #9AF674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF674

Black with #9AF674

Text Example


Text Example

White with #9AF674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,246,116); }

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

background-color css

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

 a { background-color: rgb(154,246,116); }

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

border-color css

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

 span { border-color: rgb(154,246,116); }

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