Html Css Color HEX #98F16A Feijoa

📋 copy color: '#98F16A'

red 152 ◦ green 241 ◦ blue 106

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

Shades of Feijoa #98F16A

Tints of Feijoa #98F16A

RGB

 RED value IS 152 (59.77% from 255) = 30.46%

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

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

R = 30.46%
G = 48.3%
B = 21.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#98F16A (or 0x98F16A) is known color: Feijoa. HEX triplet: 98, F1 and 6A. RGB value is (152,241,106). Sum of RGB (Red+Green+Blue) = 152+241+106=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #98F16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F16A is #670E95. Grayscale: #C7C7C7. Windows color (decimal): -6753942 or 7008664. OLE color: 7008664.

HSL color Cylindrical-coordinate representation of color #98F16A: hue angle of 99.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98F16A is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 241 106 -
CMYK 0.37 0 0.56 0.05
HSL 99.56º 0.83% 0.68% -
HSV(B) 99.56º 0.56% 0.95% -
XYZ 47.01 70.63 24.79 -
YUV 199 75.51 94.48 -
System Red Green Blue C M Y K H S L
Decimal 152 241 106 0.37 0 0.56 0.05 99.56 0.83 0.68
Hex 98 F1 6A 25 0 38 5 64 53 44
Octal 230 361 152 45 0 70 5 144 123 104
Binary 10011000 11110001 1101010 100101 0 111000 101 1100100 1010011 1000100

Color Harmonies of #98F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F16A

Black with #98F16A

Text Example


Text Example

White with #98F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98F16A; }

 p { color: rgb(152,241,106); }

 H1.HeaderClassName
 {
   color: #98F16A;
 }
 .AnyTagClassName
 {
   color: #98F16A;
 }
</style>

background-color css

<style>
 a { background-color: #98F16A; }

 a { background-color: rgb(152,241,106); }

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

border-color css

<style>
 span { border-color: #98F16A; }

 span { border-color: rgb(152,241,106); }

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