Html Css Color HEX #96EA69 Feijoa

📋 copy color: '#96EA69'

red 150 ◦ green 234 ◦ blue 105

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

Shades of Feijoa #96EA69

Tints of Feijoa #96EA69

RGB

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

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

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

R = 30.67%
G = 47.85%
B = 21.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#96EA69 (or 0x96EA69) is known color: Feijoa. HEX triplet: 96, EA and 69. RGB value is (150,234,105). Sum of RGB (Red+Green+Blue) = 150+234+105=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA69 is #691596. Grayscale: #C2C2C2. Windows color (decimal): -6886807 or 6941334. OLE color: 6941334.

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

Color convert

RGB 150 234 105 -
CMYK 0.36 0 0.55 0.08
HSL 99.07º 0.75% 0.66% -
HSV(B) 99.07º 0.55% 0.92% -
XYZ 44.55 66.35 23.82 -
YUV 194.18 77.67 96.49 -
System Red Green Blue C M Y K H S L
Decimal 150 234 105 0.36 0 0.55 0.08 99.07 0.75 0.66
Hex 96 EA 69 24 0 37 8 63 4B 42
Octal 226 352 151 44 0 67 10 143 113 102
Binary 10010110 11101010 1101001 100100 0 110111 1000 1100011 1001011 1000010

Color Harmonies of #96EA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA69

Black with #96EA69

Text Example


Text Example

White with #96EA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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