Html Css Color HEX #9CF965 Feijoa

📋 copy color: '#9CF965'

red 156 ◦ green 249 ◦ blue 101

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

Shades of Feijoa #9CF965

Tints of Feijoa #9CF965

RGB

 RED value IS 156 (61.33% from 255) = 30.83%

 GREEN value IS 249 (97.66% from 255) = 49.21%

 BLUE value IS 101 (39.84% from 255) = 19.96%

R = 30.83%
G = 49.21%
B = 19.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#9CF965 (or 0x9CF965) is known color: Feijoa. HEX triplet: 9C, F9 and 65. RGB value is (156,249,101). Sum of RGB (Red+Green+Blue) = 156+249+101=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF965 is #63069A. Grayscale: #CCCCCC. Windows color (decimal): -6489755 or 6683036. OLE color: 6683036.

HSL color Cylindrical-coordinate representation of color #9CF965: hue angle of 97.7º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CF965 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 249 101 -
CMYK 0.37 0 0.59 0.02
HSL 97.7º 0.93% 0.69% -
HSV(B) 97.7º 0.59% 0.98% -
XYZ 49.93 75.76 24.3 -
YUV 204.32 69.69 93.53 -
System Red Green Blue C M Y K H S L
Decimal 156 249 101 0.37 0 0.59 0.02 97.7 0.93 0.69
Hex 9C F9 65 25 0 3B 2 62 5C 45
Octal 234 371 145 45 0 73 2 142 134 105
Binary 10011100 11111001 1100101 100101 0 111011 10 1100010 1011100 1000101

Color Harmonies of #9CF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF965

Black with #9CF965

Text Example


Text Example

White with #9CF965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CF965; }

 p { color: rgb(156,249,101); }

 H1.HeaderClassName
 {
   color: #9CF965;
 }
 .AnyTagClassName
 {
   color: #9CF965;
 }
</style>

background-color css

<style>
 a { background-color: #9CF965; }

 a { background-color: rgb(156,249,101); }

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

border-color css

<style>
 span { border-color: #9CF965; }

 span { border-color: rgb(156,249,101); }

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