Html Css Color HEX #96F269 Feijoa

📋 copy color: '#96F269'

red 150 ◦ green 242 ◦ blue 105

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

Shades of Feijoa #96F269

Tints of Feijoa #96F269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.13%

R = 30.18%
G = 48.69%
B = 21.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#96F269 (or 0x96F269) is known color: Feijoa. HEX triplet: 96, F2 and 69. RGB value is (150,242,105). Sum of RGB (Red+Green+Blue) = 150+242+105=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #96F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F269 is #690D96. Grayscale: #C7C7C7. Windows color (decimal): -6884759 or 6943382. OLE color: 6943382.

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

Color convert

RGB 150 242 105 -
CMYK 0.38 0 0.57 0.05
HSL 100.29º 0.84% 0.68% -
HSV(B) 100.29º 0.57% 0.95% -
XYZ 46.88 71.01 24.6 -
YUV 198.87 75.02 93.14 -
System Red Green Blue C M Y K H S L
Decimal 150 242 105 0.38 0 0.57 0.05 100.29 0.84 0.68
Hex 96 F2 69 26 0 39 5 64 54 44
Octal 226 362 151 46 0 71 5 144 124 104
Binary 10010110 11110010 1101001 100110 0 111001 101 1100100 1010100 1000100

Color Harmonies of #96F269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F269

Black with #96F269

Text Example


Text Example

White with #96F269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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