Html Css Color HEX #96EA6B Feijoa

📋 copy color: '#96EA6B'

red 150 ◦ green 234 ◦ blue 107

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

Shades of Feijoa #96EA6B

Tints of Feijoa #96EA6B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.66%

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 30.55%
G = 47.66%
B = 21.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#96EA6B (or 0x96EA6B) is known color: Feijoa. HEX triplet: 96, EA and 6B. RGB value is (150,234,107). Sum of RGB (Red+Green+Blue) = 150+234+107=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA6B is #691594. Grayscale: #C2C2C2. Windows color (decimal): -6886805 or 7072406. OLE color: 7072406.

HSL color Cylindrical-coordinate representation of color #96EA6B: hue angle of 99.69º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96EA6B is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 107 -
CMYK 0.36 0 0.54 0.08
HSL 99.69º 0.75% 0.67% -
HSV(B) 99.69º 0.54% 0.92% -
XYZ 44.65 66.39 24.37 -
YUV 194.41 78.67 96.33 -
System Red Green Blue C M Y K H S L
Decimal 150 234 107 0.36 0 0.54 0.08 99.69 0.75 0.67
Hex 96 EA 6B 24 0 36 8 64 4B 43
Octal 226 352 153 44 0 66 10 144 113 103
Binary 10010110 11101010 1101011 100100 0 110110 1000 1100100 1001011 1000011

Color Harmonies of #96EA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA6B

Black with #96EA6B

Text Example


Text Example

White with #96EA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,234,107); }

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

background-color css

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

 a { background-color: rgb(150,234,107); }

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

border-color css

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

 span { border-color: rgb(150,234,107); }

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