Html Css Color HEX #96F270 Feijoa

📋 copy color: '#96F270'

red 150 ◦ green 242 ◦ blue 112

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

Shades of Feijoa #96F270

Tints of Feijoa #96F270

RGB

 RED value IS 150 (58.98% from 255) = 29.76%

 GREEN value IS 242 (94.92% from 255) = 48.02%

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 29.76%
G = 48.02%
B = 22.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#96F270 (or 0x96F270) is known color: Feijoa. HEX triplet: 96, F2 and 70. RGB value is (150,242,112). Sum of RGB (Red+Green+Blue) = 150+242+112=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #96F270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F270 is #690D8F. Grayscale: #C8C8C8. Windows color (decimal): -6884752 or 7402134. OLE color: 7402134.

HSL color Cylindrical-coordinate representation of color #96F270: hue angle of 102.46º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96F270 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 112 -
CMYK 0.38 0 0.54 0.05
HSL 102.46º 0.83% 0.69% -
HSV(B) 102.46º 0.54% 0.95% -
XYZ 47.25 71.16 26.57 -
YUV 199.67 78.52 92.57 -
System Red Green Blue C M Y K H S L
Decimal 150 242 112 0.38 0 0.54 0.05 102.46 0.83 0.69
Hex 96 F2 70 26 0 36 5 66 53 45
Octal 226 362 160 46 0 66 5 146 123 105
Binary 10010110 11110010 1110000 100110 0 110110 101 1100110 1010011 1000101

Color Harmonies of #96F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F270

Black with #96F270

Text Example


Text Example

White with #96F270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F270; }

 p { color: rgb(150,242,112); }

 H1.HeaderClassName
 {
   color: #96F270;
 }
 .AnyTagClassName
 {
   color: #96F270;
 }
</style>

background-color css

<style>
 a { background-color: #96F270; }

 a { background-color: rgb(150,242,112); }

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

border-color css

<style>
 span { border-color: #96F270; }

 span { border-color: rgb(150,242,112); }

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